Method NormalizedToWorldPoint
NormalizedToWorldPoint(Vector3)
Convert a point in normalized [0-1] space to world space.
public Vector3 NormalizedToWorldPoint(Vector3 normalizedPoint)
Parameters
normalizedPoint
Vector3A point in normalized [0-1] space.
Returns
- Vector3
A point in world space.