Generated from class MR.Vector3d. This is the const reference to the struct.
More...
Inheritance diagram for MR.ConstBox_Vector3d:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | ConstBox_Vector3d (Vector3d 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_Vector3d (ConstBox_Vector3d _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_Vector3d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_Vector3d (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3d.Vector3d. | |
| unsafe | ConstBox_Vector3d (double x, double y, double z) |
Generated from constructor MR.Vector3d.Vector3d. | |
| unsafe | ConstBox_Vector3d (in MR.Vector3f v) |
Generated from constructor MR.Vector3d.Vector3d. | |
| unsafe double | lengthSq () |
Generated from method MR.Vector3d.lengthSq. | |
| unsafe double | length () |
Generated from method MR.Vector3d.length. | |
| unsafe MR.Vector3d | normalized () |
Generated from method MR.Vector3d.normalized. | |
| unsafe MR.Vector3d | furthestBasisVector () |
Generated from method MR.Vector3d.furthestBasisVector. | |
| unsafe MR.Std.Pair_MRVector3d_MRVector3d | perpendicular () |
Generated from method MR.Vector3d.perpendicular. | |
| unsafe MR.Vector3d | transformed (MR.AffineXf3d? xf) |
returns this vector transformed by xf if it is Generated from method MR.Vector3d.transformed<double>. | |
| unsafe bool | isFinite () |
Generated from method MR.Vector3d.isFinite. | |
| bool | Equals (MR.ConstBox_Vector3d? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator ConstBox_Vector3d (Vector3d other) |
Convert from a struct by copying it. Note that only ConstBox_Vector3d has this conversion, Box_Vector3d intentionally doesn't. | |
| static MR.Vector3d | diagonal (double a) |
Generated from method MR.Vector3d.diagonal. | |
| static MR.Vector3d | plusX () |
Generated from method MR.Vector3d.plusX. | |
| static MR.Vector3d | plusY () |
Generated from method MR.Vector3d.plusY. | |
| static MR.Vector3d | plusZ () |
Generated from method MR.Vector3d.plusZ. | |
| static MR.Vector3d | minusX () |
Generated from method MR.Vector3d.minusX. | |
| static MR.Vector3d | minusY () |
Generated from method MR.Vector3d.minusY. | |
| static MR.Vector3d | minusZ () |
Generated from method MR.Vector3d.minusZ. | |
| static unsafe bool | operator== (MR.ConstBox_Vector3d a, MR.ConstBox_Vector3d b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_Vector3d a, MR.ConstBox_Vector3d b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3d > | operator+ (MR.ConstBox_Vector3d a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3d | operator- (MR.ConstBox_Vector3d a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3d | operator+ (MR.ConstBox_Vector3d a, in MR.Vector3d b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3d | operator- (MR.ConstBox_Vector3d a, in MR.Vector3d b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3d | operator* (double a, MR.ConstBox_Vector3d b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3d | operator* (MR.ConstBox_Vector3d b, double a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3d | operator/ (ConstBox_Vector3d b, double 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 double | x [get] |
| ref readonly double | y [get] |
| ref readonly double | z [get] |
| static unsafe int | Elements [get] |
| unsafe double | this[int e] [get] |
Generated from method MR.Vector3d.operator[]. | |
Generated from class MR.Vector3d. 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.Vector3d.Vector3d.
|
inline |
Generated from constructor MR.Vector3d.Vector3d.
|
inline |
Generated from constructor MR.Vector3d.Vector3d.
|
inlinestatic |
Generated from method MR.Vector3d.diagonal.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
Generated from method MR.Vector3d.furthestBasisVector.
|
inline |
Generated from method MR.Vector3d.isFinite.
|
inline |
Generated from method MR.Vector3d.length.
|
inline |
Generated from method MR.Vector3d.lengthSq.
|
inlinestatic |
Generated from method MR.Vector3d.minusX.
|
inlinestatic |
Generated from method MR.Vector3d.minusY.
|
inlinestatic |
Generated from method MR.Vector3d.minusZ.
|
inline |
Generated from method MR.Vector3d.normalized.
|
inlinestatic |
Convert from a struct by copying it. Note that only ConstBox_Vector3d has this conversion, Box_Vector3d 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==.
|
inline |
Generated from method MR.Vector3d.perpendicular.
|
inlinestatic |
Generated from method MR.Vector3d.plusX.
|
inlinestatic |
Generated from method MR.Vector3d.plusY.
|
inlinestatic |
Generated from method MR.Vector3d.plusZ.
|
inline |
returns this vector transformed by xf if it is Generated from method MR.Vector3d.transformed<double>.
|
staticprotected |
|
staticget |
|
get |
Generated from method MR.Vector3d.operator[].
|
get |
|
get |
|
get |