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=.

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)

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: