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

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

Inheritance diagram for MR.Nesting.BoxNestingCorner:

Public Member Functions

unsafe BoxNestingCorner ()
 Constructs an empty (default-constructed) instance.
unsafe BoxNestingCorner (MR.Vector3f pos, byte bitMask)
 Constructs MR.Nesting.BoxNestingCorner elementwise.
unsafe BoxNestingCorner (MR.Nesting.Const_BoxNestingCorner _other)
 Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.
 BoxNestingCorner (BoxNestingCorner _other)
 Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.
unsafe MR.Nesting.BoxNestingCorner assign (MR.Nesting.Const_BoxNestingCorner _other)
 Generated from method MR::Nesting::BoxNestingCorner::operator=.
Public Member Functions inherited from MR.Nesting.Const_BoxNestingCorner
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.

Properties

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

Additional Inherited Members

Protected Member Functions inherited from MR.Nesting.Const_BoxNestingCorner
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Nesting.Const_BoxNestingCorner
unsafe MR.Vector3f__ref_storage_pos
unsafe byte * __ref_storage_bitMask

Detailed Description

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

Constructor & Destructor Documentation

◆ BoxNestingCorner() [1/4]

unsafe MR.Nesting.BoxNestingCorner.BoxNestingCorner ( )
inline

Constructs an empty (default-constructed) instance.

◆ BoxNestingCorner() [2/4]

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

Constructs MR.Nesting.BoxNestingCorner elementwise.

◆ BoxNestingCorner() [3/4]

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

Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.

◆ BoxNestingCorner() [4/4]

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

Generated from constructor MR.Nesting.BoxNestingCorner.BoxNestingCorner.

Member Function Documentation

◆ assign()

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

Generated from method MR::Nesting::BoxNestingCorner::operator=.

Property Documentation

◆ bitMask

new unsafe ref byte MR.Nesting.BoxNestingCorner.bitMask
get

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

◆ pos

new unsafe ref MR.Vector3f MR.Nesting.BoxNestingCorner.pos
get

Vector3f - corner position.


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