Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Engine.Utils.MyVoxelSegmentation.Segment Struct Reference

Public Member Functions

 Segment (Vector3I min, Vector3I max)
 
bool Contains (Segment b)
 
void Replace (IEnumerable< Vector3I > voxels)
 

Public Attributes

Vector3I Min
 
Vector3I Max
 

Properties

Vector3I Size [get]
 
int VoxelCount [get]
 

Detailed Description

Definition at line 48 of file MyVoxelSegmentation.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Segment ( Vector3I  min,
Vector3I  max 
)
inline

Definition at line 59 of file MyVoxelSegmentation.cs.

Member Function Documentation

bool Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Contains ( Segment  b)
inline

Definition at line 65 of file MyVoxelSegmentation.cs.

void Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Replace ( IEnumerable< Vector3I voxels)
inline

Definition at line 70 of file MyVoxelSegmentation.cs.

Member Data Documentation

Vector3I Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Max

Definition at line 53 of file MyVoxelSegmentation.cs.

Vector3I Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Min

Definition at line 51 of file MyVoxelSegmentation.cs.

Property Documentation

Vector3I Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.Size
get

Definition at line 55 of file MyVoxelSegmentation.cs.

int Sandbox.Engine.Utils.MyVoxelSegmentation.Segment.VoxelCount
get

Definition at line 56 of file MyVoxelSegmentation.cs.


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