Generated from class MR.Vector3i. This is the by-value version of the struct. More...
Public Member Functions | |
| Vector3i (Vector3i _other) | |
| Generated copy constructor. | |
| unsafe | Vector3i () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector3i (MR.Const_NoInit _1) |
| Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe | Vector3i (int x, int y, int z) |
| Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe | Vector3i (in MR.Vector3f v) |
| Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe ref int | index (int e) |
| Generated from method MR::Vector3i::operator[]. | |
| readonly unsafe int | lengthSq () |
| Generated from method MR.Vector3i.lengthSq. | |
| readonly unsafe double | length () |
| Generated from method MR.Vector3i.length. | |
| readonly unsafe MR.Vector3i | furthestBasisVector () |
| Generated from method MR.Vector3i.furthestBasisVector. | |
| 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/=. | |
| bool | Equals (MR.Vector3i b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator Vector3i (ConstBox_Vector3i other) |
| Copy contents from a wrapper class to this struct. | |
| 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.Vector3i a, MR.Vector3i b) |
| Generated from function MR::operator==. | |
| static unsafe bool | operator!= (MR.Vector3i a, MR.Vector3i b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3i > | operator+ (MR.Vector3i a) |
| Generated from function MR::operator+. | |
| static unsafe MR.Vector3i | operator- (MR.Vector3i a) |
| Generated from function MR::operator-. | |
| static unsafe MR.Vector3i | operator+ (MR.Vector3i a, in MR.Vector3i b) |
| Generated from function MR::operator+. | |
| static unsafe MR.Vector3i | operator- (MR.Vector3i a, in MR.Vector3i b) |
| Generated from function MR::operator-. | |
| static unsafe MR.Vector3i | operator* (int a, MR.Vector3i b) |
| Generated from function MR::operator*. | |
| static unsafe MR.Vector3i | operator* (MR.Vector3i b, int a) |
| Generated from function MR::operator*. | |
| static MR.Vector3i | operator/ (MR.Vector3i b, int a) |
| Generated from function MR::operator/. | |
Public Attributes | |
| int | x |
| int | y |
| int | z |
Properties | |
| readonly unsafe int | this[int e] [get] |
| Generated from method MR::Vector3i::operator[]. | |
Generated from class MR.Vector3i. This is the by-value version of the struct.
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Vector3i.Vector3i.
|
inline |
Generated from constructor MR.Vector3i.Vector3i.
|
inline |
Generated from constructor MR.Vector3i.Vector3i.
|
inline |
Generated from function MR::operator+=.
|
inlinestatic |
Generated from method MR.Vector3i.diagonal.
|
inline |
Generated from function MR::operator/=.
|
inline |
|
inline |
|
inline |
Generated from method MR.Vector3i.furthestBasisVector.
|
inline |
Generated from method MR::Vector3i::operator[].
|
inline |
Generated from method MR.Vector3i.length.
|
inline |
Generated from method MR.Vector3i.lengthSq.
|
inlinestatic |
Generated from method MR.Vector3i.minusX.
|
inlinestatic |
Generated from method MR.Vector3i.minusY.
|
inlinestatic |
Generated from method MR.Vector3i.minusZ.
|
inline |
Generated from function MR::operator*=.
|
static |
Copy contents from a wrapper class to this struct.
|
inlinestatic |
|
inlinestatic |
Generated from function MR::operator*.
|
inlinestatic |
Generated from function MR::operator*.
|
inlinestatic |
Generated from function MR::operator+.
|
inlinestatic |
Generated from function MR::operator+.
|
inlinestatic |
Generated from function MR::operator-.
|
inlinestatic |
Generated from function MR::operator-.
|
inlinestatic |
Generated from function MR::operator/.
|
inlinestatic |
Generated from function MR::operator==.
|
inlinestatic |
Generated from method MR.Vector3i.plusX.
|
inlinestatic |
Generated from method MR.Vector3i.plusY.
|
inlinestatic |
Generated from method MR.Vector3i.plusZ.
|
inline |
Generated from function MR::operator-=.
| int MR.Vector3i.x |
| int MR.Vector3i.y |
| int MR.Vector3i.z |
|
get |
Generated from method MR::Vector3i::operator[].