four-dimensional vector Generated from class MR.Vector4b. This is the by-value version of the struct.
More...
|
| bool | x [get, set] |
| bool | y [get, set] |
| bool | z [get, set] |
| bool | w [get, set] |
| readonly unsafe bool | this[int e] [get] |
| | Generated from method MR::Vector4b::operator[].
|
four-dimensional vector Generated from class MR.Vector4b. This is the by-value version of the struct.
◆ Vector4b() [1/4]
Generated copy constructor.
◆ Vector4b() [2/4]
| unsafe MR.Vector4b.Vector4b |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Vector4b() [3/4]
| unsafe MR.Vector4b.Vector4b |
( |
MR.Const_NoInit | _1 | ) |
|
|
inline |
◆ Vector4b() [4/4]
| unsafe MR.Vector4b.Vector4b |
( |
bool | x, |
|
|
bool | y, |
|
|
bool | z, |
|
|
bool | w ) |
|
inline |
◆ addAssign()
Generated from function MR::operator+=.
◆ diagonal()
◆ divAssign()
Generated from function MR::operator/=.
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool MR.Vector4b.Equals |
( |
object? | other | ) |
|
|
inline |
◆ index()
| unsafe ref bool MR.Vector4b.index |
( |
int | e | ) |
|
|
inline |
Generated from method MR::Vector4b::operator[].
◆ length()
| readonly unsafe double MR.Vector4b.length |
( |
| ) |
|
|
inline |
◆ lengthSq()
| readonly unsafe bool MR.Vector4b.lengthSq |
( |
| ) |
|
|
inline |
◆ mulAssign()
Generated from function MR::operator*=.
◆ operator Vector4b()
Copy contents from a wrapper class to this struct.
◆ operator!=()
◆ operator*() [1/2]
Generated from function MR::operator*.
◆ operator*() [2/2]
Generated from function MR::operator*.
◆ operator+() [1/2]
Generated from function MR::operator+.
◆ operator+() [2/2]
Generated from function MR::operator+.
◆ operator-() [1/2]
Generated from function MR::operator-.
◆ operator-() [2/2]
Generated from function MR::operator-.
◆ operator/()
Generated from function MR::operator/.
◆ operator==()
Generated from function MR::operator==.
◆ subAssign()
Generated from function MR::operator-=.
◆ __storage_w
| byte MR.Vector4b.__storage_w |
◆ __storage_x
| byte MR.Vector4b.__storage_x |
◆ __storage_y
| byte MR.Vector4b.__storage_y |
◆ __storage_z
| byte MR.Vector4b.__storage_z |
◆ this[int e]
| readonly unsafe bool MR.Vector4b.this[int e] |
|
get |
Generated from method MR::Vector4b::operator[].
The documentation for this struct was generated from the following file: