three-dimensional vector Generated from class MR.Vector3<unsigned char>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Vector3_UnsignedChar:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Vector3_UnsignedChar () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Vector3_UnsignedChar (MR.Const_Vector3_UnsignedChar _other) |
Generated from constructor MR.Vector3<unsigned char>::Vector3. | |
| unsafe | Const_Vector3_UnsignedChar (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3<unsigned char>::Vector3. | |
| unsafe | Const_Vector3_UnsignedChar (byte x, byte y, byte z) |
Generated from constructor MR.Vector3<unsigned char>::Vector3. | |
| unsafe byte | lengthSq () |
Generated from method MR.Vector3<unsigned char>::lengthSq. | |
| unsafe double | length () |
Generated from method MR.Vector3<unsigned char>::length. | |
| unsafe MR.Vector3_UnsignedChar | furthestBasisVector () |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR.Vector3<unsigned char>::furthestBasisVector. | |
| bool | Equals (MR.Const_Vector3_UnsignedChar? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe MR.Vector3_UnsignedChar | diagonal (byte a) |
Generated from method MR.Vector3<unsigned char>::diagonal. | |
| static unsafe MR.Vector3_UnsignedChar | plusX () |
Generated from method MR.Vector3<unsigned char>::plusX. | |
| static unsafe MR.Vector3_UnsignedChar | plusY () |
Generated from method MR.Vector3<unsigned char>::plusY. | |
| static unsafe MR.Vector3_UnsignedChar | plusZ () |
Generated from method MR.Vector3<unsigned char>::plusZ. | |
| static unsafe bool | operator== (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b) |
| static unsafe MR.Const_Vector3_UnsignedChar | operator+ (MR.Const_Vector3_UnsignedChar a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.Const_Vector3_UnsignedChar a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator+ (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.Const_Vector3_UnsignedChar a, MR.Const_Vector3_UnsignedChar b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator* (byte a, MR.Const_Vector3_UnsignedChar b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator* (MR.Const_Vector3_UnsignedChar b, byte a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator/ (Const_Vector3_UnsignedChar b, byte a) |
Generated from function MR.operator/. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| static unsafe int | Elements [get] |
| unsafe byte | x [get] |
| unsafe byte | y [get] |
| unsafe byte | z [get] |
| unsafe byte | this[int e] [get] |
Generated from method MR.Vector3<unsigned char>::operator[]. | |
Properties inherited from MR.Misc.Object< Const_Vector3_UnsignedChar > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Vector3_UnsignedChar > | |
| bool | _IsOwningVal |
three-dimensional vector Generated from class MR.Vector3<unsigned char>. This is the const half of the class.