three-dimensional vector Generated from class MR.Vector3f. This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Box_Vector3f:Public Member Functions | |
| unsafe | Box_Vector3f (Vector3f 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 | Box_Vector3f (ConstBox_Vector3f _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_Vector3f _other) |
| Generated copy assignment. | |
| unsafe | Box_Vector3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_Vector3f (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | Box_Vector3f (float x, float y, float z) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | Box_Vector3f (in MR.Vector3d v) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | Box_Vector3f (in MR.Vector3i v) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe void | unsignZeroValues () |
get rid of signed zero values to be sure that equal vectors have identical binary representation Generated from method MR.Vector3f.unsignZeroValues. | |
| unsafe ref MR.Vector3f | addAssign (in MR.Vector3f b) |
Generated from function MR.operator+=. | |
| unsafe ref MR.Vector3f | subAssign (in MR.Vector3f b) |
Generated from function MR.operator-=. | |
| unsafe ref MR.Vector3f | mulAssign (float b) |
Generated from function MR.operator*=. | |
| unsafe ref MR.Vector3f | divAssign (float b) |
Generated from function MR.operator/=. | |
Public Member Functions inherited from MR.ConstBox_Vector3f | |
| unsafe | ConstBox_Vector3f (Vector3f 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.) | |
| virtual void | Dispose () |
| unsafe | ConstBox_Vector3f (ConstBox_Vector3f _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_Vector3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_Vector3f (MR.Const_NoInit _1) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | ConstBox_Vector3f (float x, float y, float z) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | ConstBox_Vector3f (in MR.Vector3d v) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe | ConstBox_Vector3f (in MR.Vector3i v) |
Generated from constructor MR.Vector3f.Vector3f. | |
| unsafe float | lengthSq () |
Generated from method MR.Vector3f.lengthSq. | |
| unsafe float | length () |
Generated from method MR.Vector3f.length. | |
| unsafe MR.Vector3f | normalized () |
Generated from method MR.Vector3f.normalized. | |
| unsafe MR.Vector3f | furthestBasisVector () |
returns one of 3 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR.Vector3f.furthestBasisVector. | |
| unsafe MR.Std.Pair_MRVector3f_MRVector3f | perpendicular () |
returns 2 unit vector, which together with this vector make an orthogonal basis Currently not implemented for integral vectors. Generated from method MR.Vector3f.perpendicular. | |
| unsafe MR.Vector3f | transformed (MR.AffineXf3f? xf) |
returns this vector transformed by xf if it is Generated from method MR.Vector3f.transformed<float>. | |
| unsafe bool | isFinite () |
Generated from method MR.Vector3f.isFinite. | |
| bool | Equals (MR.ConstBox_Vector3f? b) |
| override bool | Equals (object? other) |
Properties | |
| unsafe new ref Vector3f | _Ref [get] |
| Get the underlying struct. | |
| new ref float | x [get] |
| new ref float | y [get] |
| new ref float | z [get] |
| unsafe new ref float | this[int e] [get] |
Generated from method MR.Vector3f.operator[]. | |
Properties inherited from MR.ConstBox_Vector3f | |
| unsafe ref readonly Vector3f | _Ref [get] |
| Get the underlying struct. | |
| ref readonly float | x [get] |
| ref readonly float | y [get] |
| ref readonly float | z [get] |
| static unsafe int | Elements [get] |
| unsafe float | this[int e] [get] |
Generated from method MR.Vector3f.operator[]. | |
Properties inherited from MR.Misc.Object< ConstBox_Vector3f > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.ConstBox_Vector3f | |
| static implicit | operator ConstBox_Vector3f (Vector3f other) |
Convert from a struct by copying it. Note that only ConstBox_Vector3f has this conversion, Box_Vector3f intentionally doesn't. | |
| static MR.Vector3f | diagonal (float a) |
Generated from method MR.Vector3f.diagonal. | |
| static MR.Vector3f | plusX () |
Generated from method MR.Vector3f.plusX. | |
| static MR.Vector3f | plusY () |
Generated from method MR.Vector3f.plusY. | |
| static MR.Vector3f | plusZ () |
Generated from method MR.Vector3f.plusZ. | |
| static MR.Vector3f | minusX () |
Generated from method MR.Vector3f.minusX. | |
| static MR.Vector3f | minusY () |
Generated from method MR.Vector3f.minusY. | |
| static MR.Vector3f | minusZ () |
Generated from method MR.Vector3f.minusZ. | |
| static unsafe bool | operator== (MR.ConstBox_Vector3f a, MR.ConstBox_Vector3f b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_Vector3f a, MR.ConstBox_Vector3f b) |
| static unsafe MR.Misc.ConstRef< MR.Vector3f > | operator+ (MR.ConstBox_Vector3f a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3f | operator- (MR.ConstBox_Vector3f a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3f | operator+ (MR.ConstBox_Vector3f a, in MR.Vector3f b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector3f | operator- (MR.ConstBox_Vector3f a, in MR.Vector3f b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector3f | operator* (float a, MR.ConstBox_Vector3f b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3f | operator* (MR.ConstBox_Vector3f b, float a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector3f | operator/ (ConstBox_Vector3f b, float a) |
Generated from function MR.operator/. | |
Protected Member Functions inherited from MR.ConstBox_Vector3f | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< ConstBox_Vector3f > | |
| bool | _IsOwningVal |
three-dimensional vector Generated from class MR.Vector3f. This is the non-const reference to the struct.