MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.Nesting.BoxNestingCorner. This is the const half of the class. More...

Inheritance diagram for MR.Nesting.Const_BoxNestingCorner:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BoxNestingCorner ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BoxNestingCorner (MR.Vector3f pos, byte bitMask)
 Constructs MR.Nesting.BoxNestingCorner elementwise.
unsafe Const_BoxNestingCorner (MR.Nesting.Const_BoxNestingCorner _other)
 Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.
 Const_BoxNestingCorner (BoxNestingCorner _other)
 Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_pos
unsafe byte * __ref_storage_bitMask

Properties

unsafe ref readonly MR.Vector3f pos [get]
 Vector3f - corner position.
unsafe byte bitMask [get]
 corner mask 0bZYX (0b000 - lower left corner, 0b111 - upper right)

Detailed Description

Generated from class MR.Nesting.BoxNestingCorner. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BoxNestingCorner() [1/4]

unsafe MR.Nesting.Const_BoxNestingCorner.Const_BoxNestingCorner ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BoxNestingCorner() [2/4]

unsafe MR.Nesting.Const_BoxNestingCorner.Const_BoxNestingCorner ( MR.Vector3f pos,
byte bitMask )
inline

Constructs MR.Nesting.BoxNestingCorner elementwise.

◆ Const_BoxNestingCorner() [3/4]

unsafe MR.Nesting.Const_BoxNestingCorner.Const_BoxNestingCorner ( MR.Nesting.Const_BoxNestingCorner _other)
inline

Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.

◆ Const_BoxNestingCorner() [4/4]

MR.Nesting.Const_BoxNestingCorner.Const_BoxNestingCorner ( BoxNestingCorner _other)
inline

Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Nesting.Const_BoxNestingCorner.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Nesting.Const_BoxNestingCorner.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_bitMask

unsafe byte* MR.Nesting.Const_BoxNestingCorner.__ref_storage_bitMask
protected

◆ __ref_storage_pos

unsafe MR.Vector3f* MR.Nesting.Const_BoxNestingCorner.__ref_storage_pos
protected

Property Documentation

◆ bitMask

unsafe byte MR.Nesting.Const_BoxNestingCorner.bitMask
get

corner mask 0bZYX (0b000 - lower left corner, 0b111 - upper right)

◆ pos

unsafe ref readonly MR.Vector3f MR.Nesting.Const_BoxNestingCorner.pos
get

Vector3f - corner position.


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