Class OctreeHelper
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public static class OctreeHelper
- Inheritance
-
OctreeHelper
- Inherited Members
Methods
CreateOctreeLineModel(IDynamicOctree?)
public static LineGeometry3D CreateOctreeLineModel(this IDynamicOctree? tree)
Parameters
treeIDynamicOctree
Returns
CreateOctreeLineModel(IDynamicOctree?, LineBuilder)
public static void CreateOctreeLineModel(this IDynamicOctree? tree, LineBuilder builder)
Parameters
treeIDynamicOctreebuilderLineBuilder
CreatePathLines(IList<BoundingBox>)
public static LineGeometry3D CreatePathLines(this IList<BoundingBox> path)
Parameters
pathIList<BoundingBox>