four-dimensional vector Generated from class MR.Vector4d. This is the by-value version of the struct. More...
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.
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Vector4d.Vector4d.
|
inline |
Generated from constructor MR.Vector4d.Vector4d.
|
inline |
Generated from function MR::operator+=.
|
inlinestatic |
Generated from method MR.Vector4d.diagonal.
|
inline |
Generated from function MR::operator/=.
|
inline |
|
inline |
|
inline |
Generated from method MR::Vector4d::operator[].
|
inline |
Generated from method MR.Vector4d.isFinite.
|
inline |
Generated from method MR.Vector4d.length.
|
inline |
Generated from method MR.Vector4d.lengthSq.
|
inline |
Generated from function MR::operator*=.
|
inline |
Generated from method MR.Vector4d.normalized.
|
static |
Copy contents from a wrapper class to this struct.
|
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 |
assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector Generated from method MR.Vector4d.proj3d.
|
inline |
Generated from function MR::operator-=.
| double MR.Vector4d.w |
| double MR.Vector4d.x |
| double MR.Vector4d.y |
| double MR.Vector4d.z |
|
get |
Generated from method MR::Vector4d::operator[].