#include <cartesian_classes.h>


Public Types | |
| typedef R_ | R |
| typedef R::RT | RT |
| typedef R::FT | FT |
| typedef R::Ray_2_base | RRay_2 |
Public Member Functions | |
| Ray_2 () | |
| ~Ray_2 () | |
| Ray_2 (const CGAL::Ray_2< R > &r) | |
| Ray_2 (const RRay_2 &r) | |
| Ray_2 (const CGAL::Point_2< R > &sp, const CGAL::Point_2< R > &secondp) | |
| Ray_2 (const CGAL::Point_2< R > &sp, const CGAL::Direction_2< R > &d) | |
| bool | operator== (const CGAL::Ray_2< R > &r) const |
| bool | operator!= (const CGAL::Ray_2< R > &r) const |
| CGAL::Point_2< R > | start () const |
| CGAL::Point_2< R > | source () const |
| CGAL::Point_2< R > | second_point () const |
| CGAL::Point_2< R > | point (int i) const |
| CGAL::Direction_2< R > | direction () const |
| CGAL::Line_2< R > | supporting_line () const |
| CGAL::Ray_2< R > | opposite () const |
| CGAL::Ray_2< R > | transform (const CGAL::Aff_transformation_2< R > &t) const |
| bool | is_horizontal () const |
| bool | is_vertical () const |
| bool | is_degenerate () const |
| bool | has_on (const CGAL::Point_2< R > &p) const |
| bool | collinear_has_on (const CGAL::Point_2< R > &p) const |
Definition at line 68 of file cartesian_classes.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 119 of file Ray_2.h.
References operator==().

|
inline |
Definition at line 143 of file Ray_2.h.
References opposite().

|
inline |
|
inline |
|
inline |
Definition at line 128 of file Ray_2.h.
Referenced by peul_receivecorneredgecells(), peul_receivedummyvals(), plag_cecellsrecvdata(), plag_cecellsrecvsize(), plag_rflo_recvmetrics(), plag_rflo_modstats::plag_rflo_recvstatbuff(), radi_floflimrecvcornedgecells(), radi_floflimrecvdummyvals(), rflo_exchangednoderecv(), rflo_exchangegeometryprepare(), rflo_exchangegeometryrecv(), rflo_receivecorneredgecells(), rflo_receivedummyvals(), turb_floransrecvcornedgecells(), and turb_floransrecvdummyvals().

|
inline |
|
inline |