#include "geometry_3d.h"
Go to the source code of this file.
Classes | |
struct | plane_t |
basic 2D plane in 3D space. More... | |
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. |