|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | Plane () |
| | default constructor More...
|
| |
| | Plane (const Eigen::Matrix< double, 4, 1 > &coefficients) |
| | constructor More...
|
| |
| | Plane (double a, double b, double c, double d) |
| | constructor More...
|
| |
| Eigen::Matrix< double, 4, 1 > & | getCoefficients () |
| | returns the coefficients More...
|
| |
| double & | getCoefficient (size_t i) |
| | returns a single coefficient More...
|
| |
| double | a () |
| | get a More...
|
| |
| double | b () |
| | get b More...
|
| |
| double | c () |
| | get c More...
|
| |
| double | d () |
| | get d More...
|
| |
| void | set (double a, double b, double c, double d) |
| | sets the plane More...
|
| |
| double | solveX (double y, double z) |
| | solve for x More...
|
| |
| double | solveY (double x, double z) |
| | solve for y More...
|
| |
| double | solveZ (double x, double y) |
| | solve for z More...
|
| |
Implements a geometrical 3D plane of type
.