#include <geometric-primitives.h>
Collaboration diagram for ray:
Public Types | |
typedef P | coord_type |
Public Methods | |
ray () | |
ray (P const &pp0, P const &ddir) | |
coord_type const & | p0 () const |
coord_type | p1 () const |
coord_type const & | dir () const |
coord_type | operator() (double t) const |
Public Attributes | |
P | p_0 |
P | dir_ |
|
Definition at line 50 of file geometric-primitives.h. Referenced by dir, operator(), p0, and p1. |
|
Definition at line 53 of file geometric-primitives.h. |
|
Definition at line 54 of file geometric-primitives.h. |
|
Definition at line 55 of file geometric-primitives.h. References coord_type, and p_0. Referenced by geom_traits< ray< P > >::p0. |
|
Definition at line 56 of file geometric-primitives.h. References coord_type, dir_, and p_0. |
|
Definition at line 57 of file geometric-primitives.h. References coord_type, and dir_. Referenced by geom_traits< ray< P > >::dir. |
|
Definition at line 58 of file geometric-primitives.h. References coord_type, dir_, and p_0. |
|
Definition at line 51 of file geometric-primitives.h. Referenced by operator(), p0, p1, and ray. |
|
Definition at line 51 of file geometric-primitives.h. Referenced by dir, operator(), p1, and ray. |