double   sgSpaceMath::GetPlanePointDistance(const SG_POINT& pnt, const SG_VECTOR& planeNorm, const double planeD)

 

Description:

Calculates a distance from a point to a plane.

 

Arguments:

pnt - point,

planeNorm - normal to the plane,

planeD - free coefficient in the plane equation

 

 

Returned value:

Returns a distance from a point to a plane.

 

 

See also:

SG_POINT   SG_VECTOR