void   sgSpaceMath::PlaneFromNormalAndPoint(const SG_POINT& planePnt, const SG_VECTOR& planeNorm, double& resPlaneD)

 

Description:

Calculates a free coefficient in the plane equation by the point on the plane and the normal to this plane.

 

Arguments:

planePnt - point on the plane,

planeNorm - normal to the plane,

resPlaneD - free coefficient in the resultant plane equation

 

Returned value:

No values. resPlaneD takes the value of the free equation coefficient.

 

See also:

SG_POINT   SG_VECTOR