Method InverseTransformPoint
InverseTransformPoint(float3)
Transforms a point by the inverse of this transform.
Declaration
public float3 InverseTransformPoint(float3 point)
Parameters
Type | Name | Description |
---|---|---|
float3 | point | The point to be transformed. |
Returns
Type | Description |
---|---|
float3 | The point after transformation. |
Remarks
Throws if the Scale field is zero.