Space Engineers
Public Member Functions | List of all members
Sandbox.Engine.Voxels.MyMicroOctreeLeaf Class Reference
Inheritance diagram for Sandbox.Engine.Voxels.MyMicroOctreeLeaf:
Sandbox.Engine.Voxels.IMyOctreeLeafNode

Public Member Functions

unsafe MyMicroOctreeLeaf (MyStorageDataTypeEnum dataType, int height, Vector3I voxelRangeMin)
 
ContainmentType Intersect (ref BoundingBoxI box, bool lazy)
 
bool Intersect (ref LineD line, out double startOffset, out double endOffset)
 

Additional Inherited Members

- Properties inherited from Sandbox.Engine.Voxels.IMyOctreeLeafNode
MyOctreeStorage.ChunkTypeEnum SerializedChunkType [get]
 
int SerializedChunkSize [get]
 
Vector3I VoxelRangeMin [get]
 
bool ReadOnly [get]
 

Detailed Description

Definition at line 12 of file MyMicroOctreeLeaf.cs.

Constructor & Destructor Documentation

unsafe Sandbox.Engine.Voxels.MyMicroOctreeLeaf.MyMicroOctreeLeaf ( MyStorageDataTypeEnum  dataType,
int  height,
Vector3I  voxelRangeMin 
)
inline

Definition at line 20 of file MyMicroOctreeLeaf.cs.

Member Function Documentation

ContainmentType Sandbox.Engine.Voxels.MyMicroOctreeLeaf.Intersect ( ref BoundingBoxI  box,
bool  lazy 
)
inline

Implements Sandbox.Engine.Voxels.IMyOctreeLeafNode.

Definition at line 149 of file MyMicroOctreeLeaf.cs.

bool Sandbox.Engine.Voxels.MyMicroOctreeLeaf.Intersect ( ref LineD  line,
out double  startOffset,
out double  endOffset 
)
inline

Implements Sandbox.Engine.Voxels.IMyOctreeLeafNode.

Definition at line 157 of file MyMicroOctreeLeaf.cs.


The documentation for this class was generated from the following file: