Method TransformDirection
TransformDirection(float3)
Transforms a direction by this transform.
Declaration
public float3 TransformDirection(float3 direction)
Parameters
Type | Name | Description |
---|---|---|
float3 | direction | The direction to be transformed. |
Returns
Type | Description |
---|---|
float3 | The direction after transformation. |