|
static Vector3 | Addition (this Vector3 a, Vector3 b) |
|
static Vector3 | Division (this Vector3 a, float d) |
|
static Vector3 | LerpUnclamped (this Vector3 a, Vector3 b, float t) |
|
static Vector3 | Multiply (this Vector3 a, float d) |
|
static Vector3 | Multiply (this float d, Vector3 a) |
|
static Color | Multiply (this Color a, float b) |
|
static Color | Multiply (this float b, Color a) |
|
static Quaternion | Multiply (this Quaternion lhs, Quaternion rhs) |
|
static Vector3 | Normalize (this Vector3 value) |
|
static Vector3 | Subtraction (this Vector3 a, Vector3 b) |
|
static Vector3 | UnaryNegation (this Vector3 a) |
|
static Vector3 Addition |
( |
this Vector3 |
a, |
|
|
Vector3 |
b |
|
) |
| |
|
static |
static Vector3 Division |
( |
this Vector3 |
a, |
|
|
float |
d |
|
) |
| |
|
static |
static Vector3 LerpUnclamped |
( |
this Vector3 |
a, |
|
|
Vector3 |
b, |
|
|
float |
t |
|
) |
| |
|
static |
static Vector3 Multiply |
( |
this Vector3 |
a, |
|
|
float |
d |
|
) |
| |
|
static |
static Vector3 Multiply |
( |
this float |
d, |
|
|
Vector3 |
a |
|
) |
| |
|
static |
static Color Multiply |
( |
this Color |
a, |
|
|
float |
b |
|
) |
| |
|
static |
static Color Multiply |
( |
this float |
b, |
|
|
Color |
a |
|
) |
| |
|
static |
static Quaternion Multiply |
( |
this Quaternion |
lhs, |
|
|
Quaternion |
rhs |
|
) |
| |
|
static |
static Vector3 Normalize |
( |
this Vector3 |
value | ) |
|
|
static |
static Vector3 Subtraction |
( |
this Vector3 |
a, |
|
|
Vector3 |
b |
|
) |
| |
|
static |
static Vector3 UnaryNegation |
( |
this Vector3 |
a | ) |
|
|
static |
The documentation for this class was generated from the following file: