three-dimensional vector Generated from class MR.Vector3b. This is the const reference to the struct.
More...
Inheritance diagram for MR.ConstBox_Vector3b:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | ConstBox_Vector3b (Vector3b 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_Vector3b (ConstBox_Vector3b _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_Vector3b () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_Vector3b (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3b.Vector3b. | |
| unsafe | ConstBox_Vector3b (bool x, bool y, bool z) |
Generated from constructor MR.Vector3b.Vector3b. | |
| unsafe bool | lengthSq () |
Generated from method MR.Vector3b.lengthSq. | |
| unsafe double | length () |
Generated from method MR.Vector3b.length. | |
| bool | Equals (MR.ConstBox_Vector3b? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator ConstBox_Vector3b (Vector3b other) |
Convert from a struct by copying it. Note that only ConstBox_Vector3b has this conversion, Box_Vector3b intentionally doesn't. | |
| static MR.Vector3b | diagonal (bool a) |
Generated from method MR.Vector3b.diagonal. | |
| static MR.Vector3b | plusX () |
Generated from method MR.Vector3b.plusX. | |
| static MR.Vector3b | plusY () |
Generated from method MR.Vector3b.plusY. | |
| static MR.Vector3b | plusZ () |
Generated from method MR.Vector3b.plusZ. | |
| static unsafe bool | operator== (MR.ConstBox_Vector3b a, MR.ConstBox_Vector3b b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_Vector3b a, MR.ConstBox_Vector3b b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3b > | operator+ (MR.ConstBox_Vector3b a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.ConstBox_Vector3b a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator+ (MR.ConstBox_Vector3b a, in MR.Vector3b b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3i | operator- (MR.ConstBox_Vector3b a, in MR.Vector3b b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3i | operator* (bool a, MR.ConstBox_Vector3b b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator* (MR.ConstBox_Vector3b b, bool a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3i | operator/ (ConstBox_Vector3b b, bool 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 | |
| bool | x [get] |
| bool | y [get] |
| bool | z [get] |
| static unsafe int | Elements [get] |
| unsafe bool | this[int e] [get] |
Generated from method MR.Vector3b.operator[]. | |
three-dimensional vector Generated from class MR.Vector3b. 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.Vector3b.Vector3b.
|
inline |
Generated from constructor MR.Vector3b.Vector3b.
|
inlinestatic |
Generated from method MR.Vector3b.diagonal.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
Generated from method MR.Vector3b.length.
|
inline |
Generated from method MR.Vector3b.lengthSq.
|
inlinestatic |
Convert from a struct by copying it. Note that only ConstBox_Vector3b has this conversion, Box_Vector3b 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.Vector3b.plusX.
|
inlinestatic |
Generated from method MR.Vector3b.plusY.
|
inlinestatic |
Generated from method MR.Vector3b.plusZ.
|
staticprotected |
|
staticget |
|
get |
Generated from method MR.Vector3b.operator[].
|
get |
|
get |
|
get |