Static Public Member Functions | |
static bool | ApproximatelyEquals (this float3 vec, float3 other, float epsilon=10e-5f) |
static bool | ContainsInfinities (this float3 vec) |
static bool | ContaintsNaNs (this float3 vec) |
static float | SelectComponent (this float3 vec, int component) |
static float2 | SelectComponents (this float3 vec, int component0, int component1) |
|
static |
vec | |
other | |
epsilon |
|
static |
vec |
|
static |
vec |
|
static |
vec | |
component |
|
static |
vec | |
component0 | |
component1 |