Function Plane.distance

Get the distance from the center of the plane to the given point. This is useful for determining which side of the plane the point is on.

float distance (
  Vector!(float,3) p
);