| xc
    | 
Equation for a plane in general form: ax + by + cz + d = 0 where v[0]= d, v[1]= a, v[2]= b, v[3]= c. More...
#include <GeneralEquationOfPlane.h>


| Public Member Functions | |
| GeneralEquationOfPlane (const GEOM_FT &fa, const GEOM_FT &fb, const GEOM_FT &fc, const GEOM_FT &fd) | |
| const GEOM_RT & | a (void) const | 
| const GEOM_RT & | b (void) const | 
| const GEOM_RT & | c (void) const | 
| const GEOM_RT & | d (void) const | 
| GEOM_FT | Eval (const Pos3d &p) const | 
| GEOM_FT | x (const GEOM_FT &y, const GEOM_FT &z) const | 
| Return the x coordinate of the point of the plane whose y and z coordinates are given.  More... | |
| GEOM_FT | x (const Pos2d &p) const | 
| Return the x coordinate of the point of the plane whose y and z coordinates are given.  More... | |
| GEOM_FT | y (const GEOM_FT &x, const GEOM_FT &z) const | 
| Return the y coordinate del point of the plane whose x and z coordinates are given.  More... | |
| GEOM_FT | y (const Pos2d &p) const | 
| Return the y coordinate del point of the plane whose x and z coordinates are given.  More... | |
| GEOM_FT | z (const GEOM_FT &x, const GEOM_FT &y) const | 
| Return the z coordinate del point of the plane whose x and y coordinates are given.  More... | |
| GEOM_FT | z (const Pos2d &p) const | 
| Return the z coordinate del point of the plane whose x and y coordinates are given.  More... | |
Equation for a plane in general form: ax + by + cz + d = 0 where v[0]= d, v[1]= a, v[2]= b, v[3]= c.
| GEOM_FT GeneralEquationOfPlane::x | ( | const GEOM_FT & | y, | 
| const GEOM_FT & | z | ||
| ) | const | 
Return the x coordinate of the point of the plane whose y and z coordinates are given.
| GEOM_FT GeneralEquationOfPlane::x | ( | const Pos2d & | p | ) | const | 
Return the x coordinate of the point of the plane whose y and z coordinates are given.
| GEOM_FT GeneralEquationOfPlane::y | ( | const GEOM_FT & | x, | 
| const GEOM_FT & | z | ||
| ) | const | 
Return the y coordinate del point of the plane whose x and z coordinates are given.
| GEOM_FT GeneralEquationOfPlane::y | ( | const Pos2d & | p | ) | const | 
Return the y coordinate del point of the plane whose x and z coordinates are given.
| GEOM_FT GeneralEquationOfPlane::z | ( | const GEOM_FT & | x, | 
| const GEOM_FT & | y | ||
| ) | const | 
Return the z coordinate del point of the plane whose x and y coordinates are given.
| GEOM_FT GeneralEquationOfPlane::z | ( | const Pos2d & | p | ) | const | 
Return the z coordinate del point of the plane whose x and y coordinates are given.
 1.8.13
 1.8.13