four-dimensional vector Generated from class MR.Vector4d. This is the by-value version of the struct.
More...
Inheritance diagram for MR.Vector4d:Public Member Functions | |
| Vector4d (Vector4d _other) | |
| Generated copy constructor. | |
| unsafe | Vector4d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector4d (MR.Const_NoInit _1) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe | Vector4d (double x, double y, double z, double w) |
Generated from constructor MR.Vector4d.Vector4d. | |
| unsafe ref double | index (int e) |
Generated from method MR.Vector4d.operator[]. | |
| readonly unsafe double | lengthSq () |
Generated from method MR.Vector4d.lengthSq. | |
| readonly unsafe double | length () |
Generated from method MR.Vector4d.length. | |
| readonly unsafe MR.Vector4d | normalized () |
Generated from method MR.Vector4d.normalized. | |
| readonly 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. | |
| readonly unsafe bool | isFinite () |
Generated from method MR.Vector4d.isFinite. | |
| 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/=. | |
| bool | Equals (MR.Vector4d b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator Vector4d (ConstBox_Vector4d other) |
| Copy contents from a wrapper class to this struct. | |
| static MR.Vector4d | diagonal (double a) |
Generated from method MR.Vector4d.diagonal. | |
| static unsafe bool | operator== (MR.Vector4d a, MR.Vector4d b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Vector4d a, MR.Vector4d b) |
| static unsafe MR.Misc.ConstRef< MR.Vector4d > | operator+ (MR.Vector4d a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4d | operator- (MR.Vector4d a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4d | operator+ (MR.Vector4d a, in MR.Vector4d b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4d | operator- (MR.Vector4d a, in MR.Vector4d b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4d | operator* (double a, MR.Vector4d b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector4d | operator* (MR.Vector4d b, double a) |
Generated from function MR.operator*. | |
| static MR.Vector4d | operator/ (MR.Vector4d b, double a) |
Generated from function MR.operator/. | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | w |
Properties | |
| readonly unsafe double | this[int e] [get] |
Generated from method MR.Vector4d.operator[]. | |
four-dimensional vector Generated from class MR.Vector4d. This is the by-value version of the struct.