four-dimensional vector Generated from class MR.Vector4f. This is the by-value version of the struct.
More...
Inheritance diagram for MR.Vector4f:Public Member Functions | |
| Vector4f (Vector4f _other) | |
| Generated copy constructor. | |
| unsafe | Vector4f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Vector4f (MR.Const_NoInit _1) |
Generated from constructor MR.Vector4f.Vector4f. | |
| unsafe | Vector4f (float x, float y, float z, float w) |
Generated from constructor MR.Vector4f.Vector4f. | |
| unsafe ref float | index (int e) |
Generated from method MR.Vector4f.operator[]. | |
| readonly unsafe float | lengthSq () |
Generated from method MR.Vector4f.lengthSq. | |
| readonly unsafe float | length () |
Generated from method MR.Vector4f.length. | |
| readonly unsafe MR.Vector4f | normalized () |
Generated from method MR.Vector4f.normalized. | |
| readonly unsafe MR.Vector3f | proj3d () |
assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector Generated from method MR.Vector4f.proj3d. | |
| readonly unsafe bool | isFinite () |
Generated from method MR.Vector4f.isFinite. | |
| unsafe ref MR.Vector4f | addAssign (in MR.Vector4f b) |
Generated from function MR.operator+=. | |
| unsafe ref MR.Vector4f | subAssign (in MR.Vector4f b) |
Generated from function MR.operator-=. | |
| unsafe ref MR.Vector4f | mulAssign (float b) |
Generated from function MR.operator*=. | |
| unsafe ref MR.Vector4f | divAssign (float b) |
Generated from function MR.operator/=. | |
| bool | Equals (MR.Vector4f b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator Vector4f (ConstBox_Vector4f other) |
| Copy contents from a wrapper class to this struct. | |
| static MR.Vector4f | diagonal (float a) |
Generated from method MR.Vector4f.diagonal. | |
| static unsafe bool | operator== (MR.Vector4f a, MR.Vector4f b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Vector4f a, MR.Vector4f b) |
| static unsafe MR.Misc.ConstRef< MR.Vector4f > | operator+ (MR.Vector4f a) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4f | operator- (MR.Vector4f a) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4f | operator+ (MR.Vector4f a, in MR.Vector4f b) |
Generated from function MR.operator+. | |
| static unsafe MR.Vector4f | operator- (MR.Vector4f a, in MR.Vector4f b) |
Generated from function MR.operator-. | |
| static unsafe MR.Vector4f | operator* (float a, MR.Vector4f b) |
Generated from function MR.operator*. | |
| static unsafe MR.Vector4f | operator* (MR.Vector4f b, float a) |
Generated from function MR.operator*. | |
| static MR.Vector4f | operator/ (MR.Vector4f b, float a) |
Generated from function MR.operator/. | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
Properties | |
| readonly unsafe float | this[int e] [get] |
Generated from method MR.Vector4f.operator[]. | |
four-dimensional vector Generated from class MR.Vector4f. This is the by-value version of the struct.