#include <cartesian_classes.h>
|
typedef R_ | R |
|
typedef R::RT | RT |
|
typedef R::FT | FT |
|
typedef R::Ray_3_base | RRay_3 |
|
template<class R, class T = typename R::Rep_tag>
class Ray_3< R, T >
Definition at line 82 of file cartesian_classes.h.
Ray_3 |
( |
const CGAL::Ray_3< R > & |
r | ) |
|
|
inline |
CGAL::Direction_3<R> direction |
( |
| ) |
const |
|
inline |
Definition at line 114 of file Ray_3.h.
115 {
return RRay_3::direction(); }
Definition at line 124 of file Ray_3.h.
125 {
return RRay_3::has_on(p); }
bool is_degenerate |
( |
| ) |
const |
|
inline |
Definition at line 122 of file Ray_3.h.
123 {
return RRay_3::is_degenerate(); }
bool operator!= |
( |
const CGAL::Ray_3< R > & |
r | ) |
const |
|
inline |
Definition at line 103 of file Ray_3.h.
104 {
return !(*
this == r); }
bool operator== |
( |
const CGAL::Ray_3< R > & |
r | ) |
const |
|
inline |
Definition at line 101 of file Ray_3.h.
References operator==().
CGAL_END_NAMESPACE CGAL_BEGIN_NAMESPACE bool operator==(const Origin &o, const Point_2< R > &p)
CGAL::Ray_3<R> opposite |
( |
| ) |
const |
|
inline |
Definition at line 118 of file Ray_3.h.
References opposite().
CGAL_BEGIN_NAMESPACE T opposite(const T &t)
Definition at line 112 of file Ray_3.h.
113 {
return RRay_3::point(
i); }
Definition at line 110 of file Ray_3.h.
111 {
return RRay_3::second_point(); }
Definition at line 108 of file Ray_3.h.
109 {
return RRay_3::source(); }
Definition at line 106 of file Ray_3.h.
107 {
return RRay_3::start(); }
CGAL::Line_3<R> supporting_line |
( |
| ) |
const |
|
inline |
Definition at line 116 of file Ray_3.h.
117 {
return RRay_3::supporting_line(); }
CGAL::Ray_3<R> transform |
( |
const CGAL::Aff_transformation_3< R > & |
t | ) |
const |
|
inline |
Definition at line 120 of file Ray_3.h.
121 {
return RRay_3::transform(t); }
The documentation for this class was generated from the following files: