#include <cartesian_classes.h>
Public Types | |
typedef R_ | R |
typedef R::RT | RT |
typedef R::FT | FT |
typedef R::Line_3_base | RLine_3 |
Public Member Functions | |
Line_3 () | |
Line_3 (const CGAL::Line_3< R > &l) | |
Line_3 (const CGAL::Point_3< R > &p, const CGAL::Point_3< R > &q) | |
Line_3 (const RLine_3 &l) | |
Line_3 (const CGAL::Segment_3< R > &s) | |
Line_3 (const CGAL::Ray_3< R > &r) | |
Line_3 (const CGAL::Point_3< R > &p, const CGAL::Direction_3< R > &d) | |
bool | operator== (const CGAL::Line_3< R > &l) const |
bool | operator!= (const CGAL::Line_3< R > &l) const |
CGAL::Plane_3< R > | perpendicular_plane (const CGAL::Point_3< R > &p) const |
CGAL::Line_3< R > | opposite () const |
CGAL::Point_3< R > | point () const |
CGAL::Point_3< R > | point (int i) const |
CGAL::Point_3< R > | projection (const CGAL::Point_3< R > &p) const |
CGAL::Direction_3< R > | direction () const |
bool | has_on (const CGAL::Point_3< R > &p) const |
bool | is_degenerate () const |
CGAL::Line_3< R > | transform (const CGAL::Aff_transformation_3< R > &t) const |
Definition at line 81 of file cartesian_classes.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 115 of file Line_3.h.
References operator==().
|
inline |
Definition at line 124 of file Line_3.h.
References opposite().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 133 of file Line_3.h.
References projection().