Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Graphical Representation of Inequalities01:28

Graphical Representation of Inequalities

The graph of the equation where y equals x squared forms a curve known as a parabola. This curve acts as a boundary in the coordinate plane, dividing it into distinct regions based on the relative position of points.When the equality sign in the equation is replaced with an inequality—such as greater than, less than, greater than or equal to, or less than or equal to—the graphical representation changes from a single curve into a broader shaded area that signifies the set of all points...
Newman Projections02:06

Newman Projections

Different notations are used to represent the three-dimensional structure of molecules on two-dimensional surfaces. One of the most commonly used representations is the dash-wedge formula. The dashed wedges, solid wedges, and the plane lines indicate the groups situated behind the plane, coming out of the plane, and in the plane, respectively.
The organic molecules rotate across the single bonds leading to numerous temporary three-dimensional structures of varying energy known as conformers.
Metallic Solids02:37

Metallic Solids

Metallic solids such as crystals of copper, aluminum, and iron are formed by metal atoms. The structure of metallic crystals is often described as a uniform distribution of atomic nuclei within a “sea” of delocalized electrons. The atoms within such a metallic solid are held together by a unique force known as metallic bonding that gives rise to many useful and varied bulk properties.
All metallic solids exhibit high thermal and electrical conductivity, metallic luster, and malleability. Many...
Plastic Deformations of Members with a Single Plane of Symmetry01:21

Plastic Deformations of Members with a Single Plane of Symmetry

When a structural member undergoes plastic deformation due to bending, it is crucial to understand the position of the neutral axis and the stress distribution. This member, characterized by a single plane of symmetry, exhibits a uniform stress distribution, with negative stress above the neutral axis and positive stress below. Notably, the neutral axis does not align with the centroid of the cross-section. This misalignment is typical in cases where the cross-section is not rectangular or...
First Law: Particles in Two-dimensional Equilibrium01:18

First Law: Particles in Two-dimensional Equilibrium

Recall that a particle in equilibrium is one for which the external forces are balanced. Static equilibrium involves objects at rest, and dynamic equilibrium involves objects in motion without acceleration; but it is important to remember that these conditions are relative. For instance, an object may be at rest when viewed from one frame of reference, but that same object would appear to be in motion when viewed by someone moving at a constant velocity.
Newton's first law tells us about the...
Polymer Classification: Architecture01:14

Polymer Classification: Architecture

Polymers are classified as linear or branched on the basis of their chain architecture. The polymer chains in linear polymers have a long chain-like structure with minimal to no branching at all. Even if a polymer features large substituent groups on the monomer, which appear as branches to the skeleton, it is not considered a branched polymer. A branched polymer contains secondary polymer chains that arise from the main polymer chain. The branching occurs when the polymer growth shifts from...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Extended reality in clinical neurology: From interdisciplinary innovations to clinical practice.

Cell reports. Medicine·2026
Same author

TFAM-Associated Mitochondrial Dynamics and Metabolic Reprogramming Regulate Microglial Polarization: Temporal and Causal Perspectives.

FASEB journal : official publication of the Federation of American Societies for Experimental Biology·2026
Same author

Epigenetic H3K4me3 activation of miR-155-5p promotes intervertebral disc degeneration via autophagy and ageing in nucleus pulposus cells.

Non-coding RNA research·2026
Same author

Learnable Object Queries for Few-Shot Semantic Segmentation.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

Grid Convolution for 3D Human Pose Estimation.

IEEE transactions on pattern analysis and machine intelligence·2025
Same author

Gender-specific patterns of external occipital protuberance hyperplasia: associations with nuchal ligament ossification and cervical sagittal imbalance in myelopathy patients.

Asian spine journal·2025

Related Experiment Video

Updated: Jul 10, 2026

Origami Inspired Self-assembly of Patterned and Reconfigurable Particles
12:33

Origami Inspired Self-assembly of Patterned and Reconfigurable Particles

Published on: February 4, 2013

Layer-based representation of polyhedrons for point containment tests.

Wencheng Wang1, Jing Li, Hanqiu Sun

  • 1State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China. whn@ios.ac.cn

IEEE Transactions on Visualization and Computer Graphics
|November 13, 2007
PubMed
Summary

This study introduces a layer-based representation for polyhedrons, significantly reducing storage needs and enhancing the speed of point-in-polyhedron tests. This novel method improves efficiency and robustness for geometric inclusion testing.

More Related Videos

Fabrication of Three-Dimensional Graphene-Based Polyhedrons via Origami-Like Self-Folding
14:52

Fabrication of Three-Dimensional Graphene-Based Polyhedrons via Origami-Like Self-Folding

Published on: September 23, 2018

Generating Strictly Controlled Stimuli for Figure Recognition Experiments
05:39

Generating Strictly Controlled Stimuli for Figure Recognition Experiments

Published on: March 18, 2019

Related Experiment Videos

Last Updated: Jul 10, 2026

Origami Inspired Self-assembly of Patterned and Reconfigurable Particles
12:33

Origami Inspired Self-assembly of Patterned and Reconfigurable Particles

Published on: February 4, 2013

Fabrication of Three-Dimensional Graphene-Based Polyhedrons via Origami-Like Self-Folding
14:52

Fabrication of Three-Dimensional Graphene-Based Polyhedrons via Origami-Like Self-Folding

Published on: September 23, 2018

Generating Strictly Controlled Stimuli for Figure Recognition Experiments
05:39

Generating Strictly Controlled Stimuli for Figure Recognition Experiments

Published on: March 18, 2019

Area of Science:

  • Computational Geometry
  • Computer Graphics
  • Geometric Algorithms

Background:

  • Point-in-polyhedron tests are fundamental in various computational fields.
  • Conventional polyhedron representations often suffer from high storage requirements and computational complexity.
  • Existing methods like Binary Space Partitioning (BSP) offer speed but can be storage-intensive.

Purpose of the Study:

  • To propose a novel layer-based representation for polyhedrons.
  • To develop an efficient and robust algorithm for point-in-polyhedron tests using this representation.
  • To reduce storage and preprocessing time for large polyhedrons compared to existing methods.

Main Methods:

  • A layer-based representation is developed, sequentially arranging facets and edges.
  • Binary search algorithms are integrated for accelerated inclusion tests.
  • An octree structure is incorporated to organize polyhedrons, optimizing performance.
  • Singularities are minimized during representation construction for robustness.

Main Results:

  • The layer-based representation achieves a storage complexity of O(n) while implicitly encoding significant information.
  • Inclusion test time complexity ranges from O(n) to O(logn), often below O(log3n).
  • Preprocessing time complexity varies between O(n) and O(n^2).
  • Performance is comparable to BSP-based methods, with reduced storage and preprocessing demands.

Conclusions:

  • The proposed layer-based representation offers a significant improvement in storage efficiency for polyhedrons.
  • The method provides a robust and computationally efficient solution for point-in-polyhedron tests.
  • Integration with octree structures enhances scalability for large-scale geometric applications.