Method | Description | |
---|---|---|
CreateSubRegion ( int currentDepth ) : void | ||
FindTriangles ( Point searchPoint ) : List |
||
QuadNode ( TriangleNet.Geometry.BoundingBox box, |
||
QuadNode ( TriangleNet.Geometry.BoundingBox box, |
Method | Description | |
---|---|---|
AddToRegion ( int index, int region ) : void | ||
AddTriangleToRegion ( Point triangle, int index ) : void | ||
FindIntersectionsWithX ( double dx, double dy, Point triangle, int index, int k ) : void | ||
FindIntersectionsWithY ( double dx, double dy, Point triangle, int index, int k ) : void | ||
FindRegion ( Point point ) : int | ||
FindTriangleIntersections ( Point triangle, int index ) : void |
public CreateSubRegion ( int currentDepth ) : void | ||
currentDepth | int | |
return | void |
public FindTriangles ( Point searchPoint ) : List |
||
searchPoint | Point | |
return | List |
public QuadNode ( TriangleNet.Geometry.BoundingBox box, |
||
box | TriangleNet.Geometry.BoundingBox | |
tree | ||
return | System.Collections.Generic |
public QuadNode ( TriangleNet.Geometry.BoundingBox box, |
||
box | TriangleNet.Geometry.BoundingBox | |
tree | ||
init | bool | |
return | System.Collections.Generic |