MeshLib C# Docs
Loading...
Searching...
No Matches
MR.VoxelLocation Class Reference

contains both linear Id and 3D coordinates of the same voxel Generated from class MR.VoxelLocation. This is the non-const half of the class. More...

+ Inheritance diagram for MR.VoxelLocation:

Public Member Functions

unsafe VoxelLocation ()
 Constructs an empty (default-constructed) instance.
 
unsafe VoxelLocation (MR.VoxelId id, MR.Vector3i pos)
 Constructs MR.VoxelLocation elementwise.
 
unsafe VoxelLocation (MR.Const_VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.
 
 VoxelLocation (VoxelLocation _other)
 Generated from constructor MR.VoxelLocation.VoxelLocation.
 
unsafe MR.VoxelLocation assign (MR.Const_VoxelLocation _other)
 Generated from method MR.VoxelLocation.operator=.
 

Properties

new unsafe ref MR.VoxelId id [get]
 
new unsafe ref MR.Vector3i pos [get]
 

Detailed Description

contains both linear Id and 3D coordinates of the same voxel Generated from class MR.VoxelLocation. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VoxelLocation() [1/4]

unsafe MR.VoxelLocation.VoxelLocation ( )
inline

Constructs an empty (default-constructed) instance.

◆ VoxelLocation() [2/4]

unsafe MR.VoxelLocation.VoxelLocation ( MR.VoxelId id,
MR.Vector3i pos )
inline

Constructs MR.VoxelLocation elementwise.

◆ VoxelLocation() [3/4]

unsafe MR.VoxelLocation.VoxelLocation ( MR.Const_VoxelLocation _other)
inline

Generated from constructor MR.VoxelLocation.VoxelLocation.

◆ VoxelLocation() [4/4]

MR.VoxelLocation.VoxelLocation ( VoxelLocation _other)
inline

Generated from constructor MR.VoxelLocation.VoxelLocation.

Member Function Documentation

◆ assign()

unsafe MR.VoxelLocation MR.VoxelLocation.assign ( MR.Const_VoxelLocation _other)
inline

Generated from method MR.VoxelLocation.operator=.

Property Documentation

◆ id

new unsafe ref MR.VoxelId MR.VoxelLocation.id
get

◆ pos

new unsafe ref MR.Vector3i MR.VoxelLocation.pos
get

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