Function PointNode.ClosestPointOnNode

ClosestPointOnNode (Vector3 p)

Closest point on the surface of this node to the point p.

Public
Vector3 ClosestPointOnNode (

Vector3

p

)

Closest point on the surface of this node to the point p.

For a point node this is always the node's position sicne it has no surface.