four-dimensional vector Generated from class MR.Vector4d. This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Box_Vector4d:Public Member Functions | |
| unsafe | Box_Vector4d (Vector4d 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_Vector4d (ConstBox_Vector4d _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_Vector4d _other) |
| Generated copy assignment. | |
| unsafe | Box_Vector4d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_Vector4d (MR.Const_NoInit _1) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe | Box_Vector4d (double x, double y, double z, double w) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe ref MR.Vector4d | addAssign (in MR.Vector4d b) |
Generated from function MR.operator+=. | |
| unsafe ref MR.Vector4d | subAssign (in MR.Vector4d b) |
Generated from function MR.operator-=. | |
| unsafe ref MR.Vector4d | mulAssign (double b) |
Generated from function MR.operator*=. | |
| unsafe ref MR.Vector4d | divAssign (double b) |
Generated from function MR.operator/=. | |
Public Member Functions inherited from MR.ConstBox_Vector4d | |
| unsafe | ConstBox_Vector4d (Vector4d 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_Vector4d (ConstBox_Vector4d _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_Vector4d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_Vector4d (MR.Const_NoInit _1) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe | ConstBox_Vector4d (double x, double y, double z, double w) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe double | lengthSq () |
Generated from method MR.Vector4d.lengthSq. | |
| unsafe double | length () |
Generated from method MR.Vector4d.length. | |
| unsafe MR.Vector4d | normalized () |
Generated from method MR.Vector4d.normalized. | |
| unsafe MR.Vector3d | proj3d () |
assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector Generated from method MR.Vector4d.proj3d. | |
| unsafe bool | isFinite () |
Generated from method MR.Vector4d.isFinite. | |
| bool | Equals (MR.ConstBox_Vector4d? b) |
| override bool | Equals (object? other) |
Properties | |
| unsafe new ref Vector4d | _Ref [get] |
| Get the underlying struct. | |
| new ref double | x [get] |
| new ref double | y [get] |
| new ref double | z [get] |
| new ref double | w [get] |
| unsafe new ref double | this[int e] [get] |
Generated from method MR.Vector4d.operator[]. | |
Properties inherited from MR.ConstBox_Vector4d | |
| unsafe ref readonly Vector4d | _Ref [get] |
| Get the underlying struct. | |
| ref readonly double | x [get] |
| ref readonly double | y [get] |
| ref readonly double | z [get] |
| ref readonly double | w [get] |
| static unsafe int | Elements [get] |
| unsafe double | this[int e] [get] |
Generated from method MR.Vector4d.operator[]. | |
Properties inherited from MR.Misc.Object< ConstBox_Vector4d > | |
| 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_Vector4d | |
| static implicit | operator ConstBox_Vector4d (Vector4d other) |
Convert from a struct by copying it. Note that only ConstBox_Vector4d has this conversion, Box_Vector4d intentionally doesn't. | |
| static MR.Vector4d | diagonal (double a) |
Generated from method MR.Vector4d.diagonal. | |
| static unsafe bool | operator== (MR.ConstBox_Vector4d a, MR.ConstBox_Vector4d b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_Vector4d a, MR.ConstBox_Vector4d b) |
| static unsafe MR.Misc.ConstRef< MR.Vector4d > | operator+ (MR.ConstBox_Vector4d a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4d | operator- (MR.ConstBox_Vector4d a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4d | operator+ (MR.ConstBox_Vector4d a, in MR.Vector4d b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4d | operator- (MR.ConstBox_Vector4d a, in MR.Vector4d b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4d | operator* (double a, MR.ConstBox_Vector4d b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector4d | operator* (MR.ConstBox_Vector4d b, double a) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector4d | operator/ (ConstBox_Vector4d b, double a) |
Generated from function MR.operator/. | |
Protected Member Functions inherited from MR.ConstBox_Vector4d | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< ConstBox_Vector4d > | |
| bool | _IsOwningVal |
four-dimensional vector Generated from class MR.Vector4d. This is the non-const reference to the struct.