Definition at line 7 of file MyOctree.cs.
Sandbox.Game.Utils.MyOctree.MyOctree |
( |
| ) |
|
|
inline |
Initializes a new instance of the MyOctree class.
- Parameters
-
triangles | Input triangle array |
sortedTriangles | Output triangle array (can be same as input triangle array) |
Definition at line 22 of file MyOctree.cs.
void Sandbox.Game.Utils.MyOctree.BoxQuery |
( |
ref BoundingBox |
bbox, |
|
|
List< int > |
triangleIndices |
|
) |
| |
|
inline |
void Sandbox.Game.Utils.MyOctree.GetIntersectionWithLine |
( |
ref Ray |
ray, |
|
|
List< int > |
triangleIndices |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: