MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Vector3b Struct Reference

three-dimensional vector Generated from class MR.Vector3b. This is the by-value version of the struct. More...

+ Inheritance diagram for MR.Vector3b:

Public Member Functions

 Vector3b (Vector3b _other)
 Generated copy constructor.
 
unsafe Vector3b ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector3b (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3b.Vector3b.
 
unsafe Vector3b (bool x, bool y, bool z)
 Generated from constructor MR.Vector3b.Vector3b.
 
unsafe ref bool index (int e)
 Generated from method MR.Vector3b.operator[].
 
readonly unsafe bool lengthSq ()
 Generated from method MR.Vector3b.lengthSq.
 
readonly unsafe double length ()
 Generated from method MR.Vector3b.length.
 
unsafe ref MR.Vector3b addAssign (in MR.Vector3b b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector3b subAssign (in MR.Vector3b b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector3b mulAssign (bool b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector3b divAssign (bool b)
 Generated from function MR.operator/=.
 
bool Equals (MR.Vector3b b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator Vector3b (ConstBox_Vector3b other)
 Copy contents from a wrapper class to this struct.
 
static MR.Vector3b diagonal (bool a)
 Generated from method MR.Vector3b.diagonal.
 
static MR.Vector3b plusX ()
 Generated from method MR.Vector3b.plusX.
 
static MR.Vector3b plusY ()
 Generated from method MR.Vector3b.plusY.
 
static MR.Vector3b plusZ ()
 Generated from method MR.Vector3b.plusZ.
 
static unsafe bool operator== (MR.Vector3b a, MR.Vector3b b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Vector3b a, MR.Vector3b b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3boperator+ (MR.Vector3b a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3i operator- (MR.Vector3b a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3i operator+ (MR.Vector3b a, in MR.Vector3b b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3i operator- (MR.Vector3b a, in MR.Vector3b b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3i operator* (bool a, MR.Vector3b b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3i operator* (MR.Vector3b b, bool a)
 Generated from function MR.operator*.
 
static MR.Vector3i operator/ (MR.Vector3b b, bool a)
 Generated from function MR.operator/.
 

Public Attributes

byte __storage_x
 
byte __storage_y
 
byte __storage_z
 

Properties

bool x [get, set]
 
bool y [get, set]
 
bool z [get, set]
 
readonly unsafe bool this[int e] [get]
 Generated from method MR.Vector3b.operator[].
 

Detailed Description

three-dimensional vector Generated from class MR.Vector3b. This is the by-value version of the struct.


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