@twinfinity/geometryFunctionsplaneSignedDistanceplaneSignedDistance CallableplaneSignedDistance(plane: Plane, point: Vec3): numberSigned distance from a point to a plane. Positive = point is on the side the normal points toward.Parametersplane: Planepoint: Vec3Returns number
Signed distance from a point to a plane. Positive = point is on the side the normal points toward.