three-dimensional vector Generated from class MR.Vector3i. This is the by-value version of the struct.
More...
Inheritance diagram for MR.Vector3i: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 () |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this 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[]. | |
three-dimensional vector Generated from class MR.Vector3i. This is the by-value version of the struct.