Namespace Paramdigma.Core.Spatial
Classes
DelaunayEdge
Represents a connection between two points in a Delaunay triangulation.
DelaunayPoint
Represents a point in a delaunay triangulation with adjacency information.
DelaunayTriangle
Represents a triangle in a delaunay triangulation operation.
Octree
Class for computing Octree spatial searches.
PointCloud
Represents a collection of points with a color assigned to them. TODO: This is only a basic data structure for now.
PointCloudMember
Class representing a point contained in a point cloud.
QuadTree
Class to compute 2 dimensional spatial searches by quad subdivision.