|
|
| Float4 (float value) |
|
| Float4 (float x, float y) |
|
| Float4 (float x, float y, float z) |
|
| Float4 (float x, float y, float z, float w) |
|
readonly float | GetMagnitude () |
|
readonly Float4 | Normalize () |
|
readonly float | Dot (Float4 other) |
|
readonly override string | ToString () |
|
|
static Float4 | operator+ (Float4 a) |
|
static Float4 | operator- (Float4 a) |
|
static Float4 | operator+ (Float4 a, Float4 b) |
|
static Float4 | operator- (Float4 a, Float4 b) |
|
static Float4 | operator* (Float4 a, float b) |
|
static Float4 | operator/ (Float4 a, float b) |
|
static implicit | operator string (Float4 vec) |
|
|
float | x |
|
float | y |
|
float | z |
|
float | w |
The documentation for this struct was generated from the following file:
- /github/workspace/plugins/Grindstone.Script.CSharp/CSharpCore/Math/FloatVectors.cs