four-dimensional vector Generated from class MR.Vector4i64. This is the by-value version of the struct.
More...
Inheritance diagram for MR.Vector4i64:Public Member Functions | |
| Vector4i64 (Vector4i64 _other) | |
| Generated copy constructor. | |
| unsafe | Vector4i64 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector4i64 (MR.Const_NoInit _1) |
Generated from constructor MR.Vector4i64.Vector4i64. | |
| unsafe | Vector4i64 (long x, long y, long z, long w) |
Generated from constructor MR.Vector4i64.Vector4i64. | |
| unsafe ref long | index (int e) |
Generated from method MR.Vector4i64.operator[]. | |
| readonly unsafe long | lengthSq () |
Generated from method MR.Vector4i64.lengthSq. | |
| readonly unsafe double | length () |
Generated from method MR.Vector4i64.length. | |
| unsafe ref MR.Vector4i64 | addAssign (in MR.Vector4i64 b) |
Generated from function MR.operator+=. | |
| unsafe ref MR.Vector4i64 | subAssign (in MR.Vector4i64 b) |
Generated from function MR.operator-=. | |
| unsafe ref MR.Vector4i64 | mulAssign (long b) |
Generated from function MR.operator*=. | |
| unsafe ref MR.Vector4i64 | divAssign (long b) |
Generated from function MR.operator/=. | |
| bool | Equals (MR.Vector4i64 b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator Vector4i64 (ConstBox_Vector4i64 other) |
| Copy contents from a wrapper class to this struct. | |
| static MR.Vector4i64 | diagonal (long a) |
Generated from method MR.Vector4i64.diagonal. | |
| static unsafe bool | operator== (MR.Vector4i64 a, MR.Vector4i64 b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Vector4i64 a, MR.Vector4i64 b) |
| static unsafe MR.Misc.ConstRef< MR.Vector4i64 > | operator+ (MR.Vector4i64 a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4i64 | operator- (MR.Vector4i64 a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4i64 | operator+ (MR.Vector4i64 a, in MR.Vector4i64 b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4i64 | operator- (MR.Vector4i64 a, in MR.Vector4i64 b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4i64 | operator* (long a, MR.Vector4i64 b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector4i64 | operator* (MR.Vector4i64 b, long a) |
Generated from function MR.operator*. | |
| static MR.Vector4i64 | operator/ (MR.Vector4i64 b, long a) |
Generated from function MR.operator/. | |
Public Attributes | |
| long | x |
| long | y |
| long | z |
| long | w |
Properties | |
| readonly unsafe long | this[int e] [get] |
Generated from method MR.Vector4i64.operator[]. | |
four-dimensional vector Generated from class MR.Vector4i64. This is the by-value version of the struct.