Function GridNodeBase.UnNormalizePoint
UnNormalizePoint
(Vector2 normalizedPointOnSurface)
Transforms a normalized point on this node's surface to a world space point.
Public
Vector3 UnNormalizePoint (
normalizedPointOnSurface |
Transforms a normalized point on this node's surface to a world space point.
(0.5,0.5) represents the node's center. (0,0), (1,0), (1,1) and (0,1) each represent the corners of the node.