three-dimensional vector Generated from class MR.Vector3i64. This is the by-value version of the struct.
More...
Inheritance diagram for MR.Vector3i64:Public Member Functions | |
| Vector3i64 (Vector3i64 _other) | |
| Generated copy constructor. | |
| unsafe | Vector3i64 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector3i64 (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3i64.Vector3i64. | |
| unsafe | Vector3i64 (long x, long y, long z) |
Generated from constructor MR.Vector3i64.Vector3i64. | |
| unsafe ref long | index (int e) |
Generated from method MR.Vector3i64.operator[]. | |
| readonly unsafe long | lengthSq () |
Generated from method MR.Vector3i64.lengthSq. | |
| readonly unsafe double | length () |
Generated from method MR.Vector3i64.length. | |
| readonly unsafe MR.Vector3i64 | furthestBasisVector () |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR.Vector3i64.furthestBasisVector. | |
| unsafe ref MR.Vector3i64 | addAssign (in MR.Vector3i64 b) |
Generated from function MR.operator+=. | |
| unsafe ref MR.Vector3i64 | subAssign (in MR.Vector3i64 b) |
Generated from function MR.operator-=. | |
| unsafe ref MR.Vector3i64 | mulAssign (long b) |
Generated from function MR.operator*=. | |
| unsafe ref MR.Vector3i64 | divAssign (long b) |
Generated from function MR.operator/=. | |
| bool | Equals (MR.Vector3i64 b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator Vector3i64 (ConstBox_Vector3i64 other) |
| Copy contents from a wrapper class to this struct. | |
| static MR.Vector3i64 | diagonal (long a) |
Generated from method MR.Vector3i64.diagonal. | |
| static MR.Vector3i64 | plusX () |
Generated from method MR.Vector3i64.plusX. | |
| static MR.Vector3i64 | plusY () |
Generated from method MR.Vector3i64.plusY. | |
| static MR.Vector3i64 | plusZ () |
Generated from method MR.Vector3i64.plusZ. | |
| static MR.Vector3i64 | minusX () |
Generated from method MR.Vector3i64.minusX. | |
| static MR.Vector3i64 | minusY () |
Generated from method MR.Vector3i64.minusY. | |
| static MR.Vector3i64 | minusZ () |
Generated from method MR.Vector3i64.minusZ. | |
| static unsafe bool | operator== (MR.Vector3i64 a, MR.Vector3i64 b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Vector3i64 a, MR.Vector3i64 b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3i64 > | operator+ (MR.Vector3i64 a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i64 | operator- (MR.Vector3i64 a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i64 | operator+ (MR.Vector3i64 a, in MR.Vector3i64 b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i64 | operator- (MR.Vector3i64 a, in MR.Vector3i64 b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i64 | operator* (long a, MR.Vector3i64 b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i64 | operator* (MR.Vector3i64 b, long a) |
Generated from function MR.operator*. | |
| static MR.Vector3i64 | operator/ (MR.Vector3i64 b, long a) |
Generated from function MR.operator/. | |
Public Attributes | |
| long | x |
| long | y |
| long | z |
Properties | |
| readonly unsafe long | this[int e] [get] |
Generated from method MR.Vector3i64.operator[]. | |
three-dimensional vector Generated from class MR.Vector3i64. This is the by-value version of the struct.