Method SignedDistanceToPoint
SignedDistanceToPoint(float3)
Returns the distance from the point to the plane, positive if the point is on the side of the plane on which the plane normal points, zero if the point is on the plane, negative otherwise.
Declaration
public float SignedDistanceToPoint(float3 point)
Parameters
Type | Name | Description |
---|---|---|
float3 | point | The point. |
Returns
Type | Description |
---|---|
float | Signed distance from the point to the plane. |