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

Generated from class MR.Vector3i. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Box_Vector3i:

Public Member Functions

unsafe Box_Vector3i (Vector3i other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe Box_Vector3i (ConstBox_Vector3i _other)
 Generated copy constructor.
 
void Assign (ConstBox_Vector3i _other)
 Generated copy assignment.
 
unsafe Box_Vector3i ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_Vector3i (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe Box_Vector3i (int x, int y, int z)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe Box_Vector3i (in MR.Vector3f v)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe ref MR.Vector3i addAssign (in MR.Vector3i b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector3i subAssign (in MR.Vector3i b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector3i mulAssign (int b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector3i divAssign (int b)
 Generated from function MR.operator/=.
 
- Public Member Functions inherited from MR.ConstBox_Vector3i
virtual void Dispose ()
 
unsafe ConstBox_Vector3i (Vector3i other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe ConstBox_Vector3i (ConstBox_Vector3i _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector3i ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector3i (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe ConstBox_Vector3i (int x, int y, int z)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe ConstBox_Vector3i (in MR.Vector3f v)
 Generated from constructor MR.Vector3i.Vector3i.
 
unsafe int lengthSq ()
 Generated from method MR.Vector3i.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector3i.length.
 
unsafe MR.Vector3i furthestBasisVector ()
 Generated from method MR.Vector3i.furthestBasisVector.
 
bool Equals (MR.ConstBox_Vector3i? b)
 
override bool Equals (object? other)
 

Properties

new ref int x [get]
 
new ref int y [get]
 
new ref int z [get]
 
unsafe new ref int this[int e] [get]
 Generated from method MR.Vector3i.operator[].
 
- Properties inherited from MR.ConstBox_Vector3i
ref readonly int x [get]
 
ref readonly int y [get]
 
ref readonly int z [get]
 
static unsafe int Elements [get]
 
unsafe int this[int e] [get]
 Generated from method MR.Vector3i.operator[].
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_Vector3i
static implicit operator ConstBox_Vector3i (Vector3i other)
 Convert from a struct by copying it. Note that only ConstBox_Vector3i has this conversion, Box_Vector3i intentionally doesn't.
 
static MR.Vector3i diagonal (int a)
 Generated from method MR.Vector3i.diagonal.
 
static MR.Vector3i plusX ()
 Generated from method MR.Vector3i.plusX.
 
static MR.Vector3i plusY ()
 Generated from method MR.Vector3i.plusY.
 
static MR.Vector3i plusZ ()
 Generated from method MR.Vector3i.plusZ.
 
static MR.Vector3i minusX ()
 Generated from method MR.Vector3i.minusX.
 
static MR.Vector3i minusY ()
 Generated from method MR.Vector3i.minusY.
 
static MR.Vector3i minusZ ()
 Generated from method MR.Vector3i.minusZ.
 
static unsafe bool operator== (MR.ConstBox_Vector3i a, MR.ConstBox_Vector3i b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector3i a, MR.ConstBox_Vector3i b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3ioperator+ (MR.ConstBox_Vector3i a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3i operator- (MR.ConstBox_Vector3i a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3i operator+ (MR.ConstBox_Vector3i a, in MR.Vector3i b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3i operator- (MR.ConstBox_Vector3i a, in MR.Vector3i b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3i operator* (int a, MR.ConstBox_Vector3i b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3i operator* (MR.ConstBox_Vector3i b, int a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3i operator/ (ConstBox_Vector3i b, int a)
 Generated from function MR.operator/.
 
- Protected Member Functions inherited from MR.ConstBox_Vector3i
virtual unsafe void Dispose (bool disposing)
 
- Static Protected Attributes inherited from MR.ConstBox_Vector3i
static unsafe int * __ref_storage_Elements
 

Detailed Description

Generated from class MR.Vector3i. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_Vector3i() [1/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( Vector3i other)
inline

Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)

◆ Box_Vector3i() [2/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( ConstBox_Vector3i _other)
inline

Generated copy constructor.

◆ Box_Vector3i() [3/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_Vector3i() [4/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( MR.Const_NoInit _1)
inline

Generated from constructor MR.Vector3i.Vector3i.

◆ Box_Vector3i() [5/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( int x,
int y,
int z )
inline

Generated from constructor MR.Vector3i.Vector3i.

◆ Box_Vector3i() [6/6]

unsafe MR.Box_Vector3i.Box_Vector3i ( in MR.Vector3f v)
inline

Generated from constructor MR.Vector3i.Vector3i.

Member Function Documentation

◆ addAssign()

unsafe ref MR.Vector3i MR.Box_Vector3i.addAssign ( in MR.Vector3i b)
inline

Generated from function MR.operator+=.

◆ Assign()

void MR.Box_Vector3i.Assign ( ConstBox_Vector3i _other)
inline

Generated copy assignment.

◆ divAssign()

unsafe ref MR.Vector3i MR.Box_Vector3i.divAssign ( int b)
inline

Generated from function MR.operator/=.

◆ mulAssign()

unsafe ref MR.Vector3i MR.Box_Vector3i.mulAssign ( int b)
inline

Generated from function MR.operator*=.

◆ subAssign()

unsafe ref MR.Vector3i MR.Box_Vector3i.subAssign ( in MR.Vector3i b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int e]

unsafe new ref int MR.Box_Vector3i.this[int e]
get

Generated from method MR.Vector3i.operator[].

◆ x

new ref int MR.Box_Vector3i.x
get

◆ y

new ref int MR.Box_Vector3i.y
get

◆ z

new ref int MR.Box_Vector3i.z
get

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