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

four-dimensional vector Generated from class MR.Vector4b. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Box_Vector4b:

Public Member Functions

unsafe Box_Vector4b (Vector4b 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_Vector4b (ConstBox_Vector4b _other)
 Generated copy constructor.
 
void Assign (ConstBox_Vector4b _other)
 Generated copy assignment.
 
unsafe Box_Vector4b ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_Vector4b (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe Box_Vector4b (bool x, bool y, bool z, bool w)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe ref MR.Vector4b addAssign (in MR.Vector4b b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector4b subAssign (in MR.Vector4b b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector4b mulAssign (bool b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector4b divAssign (bool b)
 Generated from function MR.operator/=.
 
- Public Member Functions inherited from MR.ConstBox_Vector4b
virtual void Dispose ()
 
unsafe ConstBox_Vector4b (Vector4b 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_Vector4b (ConstBox_Vector4b _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector4b ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector4b (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe ConstBox_Vector4b (bool x, bool y, bool z, bool w)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe bool lengthSq ()
 Generated from method MR.Vector4b.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector4b.length.
 
bool Equals (MR.ConstBox_Vector4b? b)
 
override bool Equals (object? other)
 

Properties

new bool x [get, set]
 
new bool y [get, set]
 
new bool z [get, set]
 
new bool w [get, set]
 
unsafe new ref bool this[int e] [get]
 Generated from method MR.Vector4b.operator[].
 
- Properties inherited from MR.ConstBox_Vector4b
bool x [get]
 
bool y [get]
 
bool z [get]
 
bool w [get]
 
static unsafe int Elements [get]
 
unsafe bool this[int e] [get]
 Generated from method MR.Vector4b.operator[].
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_Vector4b
static implicit operator ConstBox_Vector4b (Vector4b other)
 Convert from a struct by copying it. Note that only ConstBox_Vector4b has this conversion, Box_Vector4b intentionally doesn't.
 
static MR.Vector4b diagonal (bool a)
 Generated from method MR.Vector4b.diagonal.
 
static unsafe bool operator== (MR.ConstBox_Vector4b a, MR.ConstBox_Vector4b b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector4b a, MR.ConstBox_Vector4b b)
 
static unsafe MR.Misc.ConstRef< MR.Vector4boperator+ (MR.ConstBox_Vector4b a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.ConstBox_Vector4b a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator+ (MR.ConstBox_Vector4b a, in MR.Vector4b b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.ConstBox_Vector4b a, in MR.Vector4b b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator* (bool a, MR.ConstBox_Vector4b b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator* (MR.ConstBox_Vector4b b, bool a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator/ (ConstBox_Vector4b b, bool a)
 Generated from function MR.operator/.
 
- Protected Member Functions inherited from MR.ConstBox_Vector4b
virtual unsafe void Dispose (bool disposing)
 
- Static Protected Attributes inherited from MR.ConstBox_Vector4b
static unsafe int * __ref_storage_Elements
 

Detailed Description

four-dimensional vector Generated from class MR.Vector4b. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_Vector4b() [1/5]

unsafe MR.Box_Vector4b.Box_Vector4b ( Vector4b 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_Vector4b() [2/5]

unsafe MR.Box_Vector4b.Box_Vector4b ( ConstBox_Vector4b _other)
inline

Generated copy constructor.

◆ Box_Vector4b() [3/5]

unsafe MR.Box_Vector4b.Box_Vector4b ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_Vector4b() [4/5]

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

Generated from constructor MR.Vector4b.Vector4b.

◆ Box_Vector4b() [5/5]

unsafe MR.Box_Vector4b.Box_Vector4b ( bool x,
bool y,
bool z,
bool w )
inline

Generated from constructor MR.Vector4b.Vector4b.

Member Function Documentation

◆ addAssign()

unsafe ref MR.Vector4b MR.Box_Vector4b.addAssign ( in MR.Vector4b b)
inline

Generated from function MR.operator+=.

◆ Assign()

void MR.Box_Vector4b.Assign ( ConstBox_Vector4b _other)
inline

Generated copy assignment.

◆ divAssign()

unsafe ref MR.Vector4b MR.Box_Vector4b.divAssign ( bool b)
inline

Generated from function MR.operator/=.

◆ mulAssign()

unsafe ref MR.Vector4b MR.Box_Vector4b.mulAssign ( bool b)
inline

Generated from function MR.operator*=.

◆ subAssign()

unsafe ref MR.Vector4b MR.Box_Vector4b.subAssign ( in MR.Vector4b b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int e]

unsafe new ref bool MR.Box_Vector4b.this[int e]
get

Generated from method MR.Vector4b.operator[].

◆ w

new bool MR.Box_Vector4b.w
getset

◆ x

new bool MR.Box_Vector4b.x
getset

◆ y

new bool MR.Box_Vector4b.y
getset

◆ z

new bool MR.Box_Vector4b.z
getset

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