Method IsNormalized
IsNormalized(float3)
Check if 'v' is normalized.
Declaration
public static bool IsNormalized(float3 v)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | v | A float3 to check if normalized. |
Returns
| Type | Description |
|---|---|
| bool | True if normalized, false if not. |