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