#include "plane.h"
Go to the source code of this file.
Functions | |
| bool | getLineOfIntersection (IN const plane_t &A, IN const plane_t &B, OUT point3d_t &p0, OUT point3d_t &pt) throw () |
| given two planes (A and B) return the line of intersection between them. | |
Variables | |
| static const float | s_eps = 1.0e-6 |
1.7.1