#include <geometric-primitives.h>
Collaboration diagram for line:
Public Types | |
typedef P | coord_type |
typedef algebraic_primitives< coord_type > | ap |
Public Methods | |
line () | |
line (P const &pp0, P const &ddir) | |
line (ray< P > const &r) | |
line (segment< P > const &s) | |
coord_type const & | p0 () const |
coord_type const & | dir () const |
coord_type | operator() (double t) const |
void | normalize () |
Public Attributes | |
P | p_0 |
P | dir_ |
|
Definition at line 65 of file geometric-primitives.h. Referenced by dir, operator(), and p0. |
|
Definition at line 68 of file geometric-primitives.h. |
|
Definition at line 70 of file geometric-primitives.h. |
|
Definition at line 71 of file geometric-primitives.h. |
|
Definition at line 72 of file geometric-primitives.h. |
|
Definition at line 73 of file geometric-primitives.h. |
|
Definition at line 74 of file geometric-primitives.h. References coord_type, and p_0. Referenced by line, and geom_traits< line< P > >::p0. |
|
Definition at line 75 of file geometric-primitives.h. References coord_type, and dir_. Referenced by geom_traits< line< P > >::dir, and line. |
|
Definition at line 76 of file geometric-primitives.h. References coord_type, dir_, and p_0. |
|
Definition at line 78 of file geometric-primitives.h. References dir_. |
|
Definition at line 66 of file geometric-primitives.h. Referenced by line, operator(), and p0. |
|
Definition at line 66 of file geometric-primitives.h. Referenced by dir, line, normalize, and operator(). |