Generated from class MR.Vector3i. This is the const reference to the struct.
More...
Inheritance diagram for MR.ConstBox_Vector3i:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | ConstBox_Vector3i (Vector3i other) |
Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.) | |
| unsafe | ConstBox_Vector3i (ConstBox_Vector3i _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_Vector3i () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_Vector3i (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe | ConstBox_Vector3i (int x, int y, int z) |
Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe | ConstBox_Vector3i (in MR.Vector3f v) |
Generated from constructor MR.Vector3i.Vector3i. | |
| unsafe int | lengthSq () |
Generated from method MR.Vector3i.lengthSq. | |
| unsafe double | length () |
Generated from method MR.Vector3i.length. | |
| unsafe MR.Vector3i | furthestBasisVector () |
Generated from method MR.Vector3i.furthestBasisVector. | |
| bool | Equals (MR.ConstBox_Vector3i? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator ConstBox_Vector3i (Vector3i other) |
Convert from a struct by copying it. Note that only ConstBox_Vector3i has this conversion, Box_Vector3i intentionally doesn't. | |
| 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.ConstBox_Vector3i a, MR.ConstBox_Vector3i b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_Vector3i a, MR.ConstBox_Vector3i b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3i > | operator+ (MR.ConstBox_Vector3i a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.ConstBox_Vector3i a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator+ (MR.ConstBox_Vector3i a, in MR.Vector3i b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.ConstBox_Vector3i a, in MR.Vector3i b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator* (int a, MR.ConstBox_Vector3i b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator* (MR.ConstBox_Vector3i b, int a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator/ (ConstBox_Vector3i b, int a) |
Generated from function MR.operator/. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Static Protected Attributes | |
| static unsafe int * | __ref_storage_Elements |
Properties | |
| ref readonly int | x [get] |
| ref readonly int | y [get] |
| ref readonly int | z [get] |
| static unsafe int | Elements [get] |
| unsafe int | this[int e] [get] |
Generated from method MR.Vector3i.operator[]. | |
Generated from class MR.Vector3i. This is the const reference to the struct.
|
inline |
Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
|
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.
|
inlinestatic |
Generated from method MR.Vector3i.diagonal.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
Generated from method MR.Vector3i.furthestBasisVector.
|
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.
|
inlinestatic |
Convert from a struct by copying it. Note that only ConstBox_Vector3i has this conversion, Box_Vector3i intentionally doesn't.
|
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.
|
staticprotected |
|
staticget |
|
get |
Generated from method MR.Vector3i.operator[].
|
get |
|
get |
|
get |