Function GridNodeBase.NormalizePoint
NormalizePoint
(Vector3 worldPoint)
Transforms a world space point to a normalized point on this node's surface.
Public
Vector2 NormalizePoint (
worldPoint |
Transforms a world space point to a normalized point on this node's surface.
(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.