DistanceToPoint

This function returns the shortest distance between a plane and a point in space. If the distance is less then one, the point is behind the plane. If the distance is greater than one, the point is in front of the plane. If the distance is zero, the point lies directly on the plane.

Syntax

Parameters

Returns

Returns the distance to the specified point.