double a, b, c, d
HT_Plane_D
Purpose
HT_Plane_D (void)
HT_Plane_D (HT_Vector_D const & vec, double distance)
HT_Plane_D (HT_Vector_D const & vec, HT_Point_D const & pnt)
HT_Plane_D (HT_Plane_D const & pln)
HT_Plane_D (HT_Plane const & pln)
The second initializes the double precision plane to (vec.x, vec.y, vec.z, distance).
The third form is similar to the second form, however it depicts the distance based on the point (vec.x, vec.y, vec.z, point).
The fourth initializes a plane and generates a double precision plane.
Purpose
double a,b,c,d