|
typedef R_ | R |
|
typedef R::RT | RT |
|
typedef R::FT | FT |
|
typedef R::Point_3_base | RPoint_3 |
|
typedef R::Vector_3_base | RVector_3 |
|
typedef R_ | R |
|
typedef R::RT | RT |
|
typedef R::FT | FT |
|
typedef R::Point_3_base | RPoint_3 |
|
typedef R::Vector_3_base | RVector_3 |
|
typedef R_ | R |
|
typedef R::RT | RT |
|
typedef R::FT | FT |
|
typedef R::Vector_3_base | RVector_3 |
|
| Point_3 () |
|
| Point_3 (T t) |
|
| Point_3 (Origin) |
|
| Point_3 (T a, T b, T c) |
|
T & | operator[] (const int i) |
|
const T & | operator[] (const int i) const |
|
Point_3 & | operator+= (const Vector_3< T > &v) |
| Assign operators. More...
|
|
Point_3 & | operator-= (const Vector_3< T > &v) |
|
Point_3 | operator+ (const Vector_3< T > &v) const |
| Arithmatic operators. More...
|
|
Point_3 | operator- (const Vector_3< T > &v) const |
|
Vector_3< T > | operator- (const Point_3 &v) const |
|
bool | operator== (const Point_3 &p) const |
|
bool | operator!= (const Point_3 &p) const |
|
bool | operator< (const Point_3 &v) const |
|
bool | is_origin () const |
|
| Point_3 () |
|
| Point_3 (const Origin &o) |
|
| Point_3 (const CGAL::Point_3< R > &p) |
|
| Point_3 (const RPoint_3 &p) |
|
| Point_3 (const RT &hx, const RT &hy, const RT &hz) |
|
| Point_3 (const RT &hx, const RT &hy, const RT &hz, const RT &hw) |
|
bool | operator== (const CGAL::Point_3< R > &p) const |
|
bool | operator!= (const CGAL::Point_3< R > &p) const |
|
RT | hx () const |
|
RT | hy () const |
|
RT | hz () const |
|
RT | hw () const |
|
FT | x () const |
|
FT | y () const |
|
FT | z () const |
|
RT | homogeneous (int i) const |
|
FT | cartesian (int i) const |
|
FT | operator[] (int i) const |
|
int | dimension () const |
|
Bbox_3 | bbox () const |
|
CGAL::Point_3< R > | transform (const CGAL::Aff_transformation_3< R > &t) const |
|
| Point_3 () |
|
| Point_3 (Type a, Type b, Type c) |
|
Type & | operator[] (const int i) |
|
const Type & | operator[] (const int i) const |
|
| Point_3 () |
|
| Point_3 (Realt) |
|
| Point_3 (Origin) |
|
| Point_3 (Reala, Realb, Realc) |
|
| Point_3 () |
|
| Point_3 (const Origin &o) |
|
| Point_3 (const CGAL::Point_3< R > &p) |
|
| Point_3 (const RPoint_3 &p) |
|
| Point_3 (const RT &hx, const RT &hy, const RT &hz) |
|
| Point_3 (const RT &hx, const RT &hy, const RT &hz, const RT &hw) |
|
| Point_3 () |
|
| Point_3 (Type a, Type b, Type c) |
|
Real & | operator[] (const int i) |
|
const Real & | operator[] (const int i) const |
|
FT | operator[] (int i) const |
|
Type & | operator[] (const int i) |
|
const Type & | operator[] (const int i) const |
|
Point_3 & | operator+= (const Vector_3< Real > &v) |
| Assign operators. More...
|
|
Point_3 & | operator-= (const Vector_3< Real > &v) |
|
Point_3 | operator+ (const Vector_3< Real > &v) const |
| Arithmatic operators. More...
|
|
Point_3 | operator- (const Vector_3< Real > &v) const |
|
Vector_3< Real > | operator- (const Point_3 &v) const |
|
bool | operator== (const Point_3 &p) const |
|
bool | operator== (const CGAL::Point_3< R > &p) const |
|
bool | operator!= (const Point_3 &p) const |
|
bool | operator!= (const CGAL::Point_3< R > &p) const |
|
bool | operator< (const Point_3 &v) const |
|
bool | is_origin () const |
|
RT | hx () const |
|
RT | hy () const |
|
RT | hz () const |
|
RT | hw () const |
|
FT | x () const |
|
FT | y () const |
|
FT | z () const |
|
RT | homogeneous (int i) const |
|
FT | cartesian (int i) const |
|
int | dimension () const |
|
Bbox_3 | bbox () const |
|
CGAL::Point_3< R > | transform (const CGAL::Aff_transformation_3< R > &t) const |
|
| Vector_3 () |
|
| Vector_3 (Realt) |
|
| Vector_3 (Null_vector) |
|
| Vector_3 (Reala, Realb, Realc) |
|
| Vector_3 () |
|
| Vector_3 (const CGAL::Vector_3< R > &v) |
|
| Vector_3 (const RVector_3 &v) |
|
| Vector_3 (const Null_vector &v) |
|
| Vector_3 (const RT &x, const RT &y, const RT &z) |
|
| Vector_3 (const RT &x, const RT &y, const RT &z, const RT &w) |
|
Real & | operator[] (const int i) |
|
const Real & | operator[] (const int i) const |
|
FT | operator[] (int i) const |
|
Real | x () const |
|
FT | x () const |
|
Real | y () const |
|
FT | y () const |
|
Real | z () const |
|
FT | z () const |
|
Vector_3 & | operator+= (const Realt) |
| Assign operators. More...
|
|
Vector_3 & | operator+= (const Vector_3 &v) |
|
Vector_3 & | operator-= (const Realt) |
|
Vector_3 & | operator-= (const Vector_3 &v) |
|
Vector_3 & | operator*= (const Realt) |
|
Vector_3 & | operator*= (const Vector_3 &v) |
|
Vector_3 & | operator/= (const Realt) |
|
Vector_3 & | operator/= (const Vector_3 &v) |
|
Vector_3 | operator+ (const Realt) const |
| Arithmatic operators. More...
|
|
Vector_3 | operator+ (const Vector_3 &v) const |
|
CGAL::Vector_3< R > | operator+ (const CGAL::Vector_3< R > &w) const |
|
Vector_3 | operator- (const Realt) const |
|
Vector_3 | operator- (const Vector_3 &v) const |
|
Vector_3 | operator- () const |
|
CGAL::Vector_3< R > | operator- (const CGAL::Vector_3< R > &w) const |
|
CGAL::Vector_3< R > | operator- () const |
|
Vector_3 | operator* (const Realt) const |
|
Real | operator* (const Vector_3 &v) const |
|
FT | operator* (const CGAL::Vector_3< R > &w) const |
|
CGAL::Vector_3< R > | operator* (const RT &c) const |
|
CGAL::Vector_3< R > | operator* (const Quotient< RT > &q) const |
|
Vector_3 | operator/ (const Realt) const |
|
CGAL::Vector_3< R > | operator/ (const Quotient< RT > &q) const |
|
CGAL::Vector_3< R > | operator/ (const RT &c) const |
|
Real | squared_norm () const |
|
Real | norm () const |
|
Vector_3 & | normalize () |
|
Vector_3 & | neg () |
|
bool | operator== (const Vector_3 &p) const |
|
bool | operator== (const CGAL::Vector_3< R > &v) const |
|
bool | operator== (const Null_vector &v) const |
|
bool | operator!= (const Vector_3 &p) const |
|
bool | operator!= (const CGAL::Vector_3< R > &v) const |
|
bool | operator!= (const Null_vector &v) const |
|
bool | operator< (const Vector_3 &v) const |
|
bool | is_null () const |
|
RT | hx () const |
|
RT | hy () const |
|
RT | hz () const |
|
RT | hw () const |
|
RT | homogeneous (int i) const |
|
FT | cartesian (int i) const |
|
int | dimension () const |
|
CGAL::Direction_3< R > | direction () const |
|
CGAL::Vector_3< R > | transform (const CGAL::Aff_transformation_3< R > &t) const |
|
static Vector_3 | cross_product (const Vector_3 &v, const Vector_3 &w) |
|
Type | _x |
|
Type | _y |
|
Type | _z |
|
Type | _x |
|
Type | _y |
|
Type | _z |
|
Real | _x |
|
Real | _y |
|
Real | _z |
|
Definition at line 37 of file Pane_connectivity.C.