Skip to content

paragpathak2006/pmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

3D Point Membership Classification

The 3D Point Membership Classification test is supposed to check if the point is inside, outside, or on the solid.

Ray intersection method

This can be performed using a ray intersection method in which rays are parallel to the axis and passing through the given point.

ray-intersection

Time complexity

The time complexity of the operation is average case O(1) when using a 2D space map data structure to store faces.

space map

About

pmc test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages