Point3D#

#include <FT_Field.h>

How to cite this class in this doc#

:ref:`Point3D <class-point3d>`
[Point3D](#class-point3d)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

get_x
double Point3D::get_x() const
References
How to cite in this doc:
:ref:`double Point3D::get_x() const <public-double-point3d-get-x-const>`
[double Point3D::get_x() const](#public-double-point3d-get-x-const)
get_y
double Point3D::get_y() const
References
How to cite in this doc:
:ref:`double Point3D::get_y() const <public-double-point3d-get-y-const>`
[double Point3D::get_y() const](#public-double-point3d-get-y-const)
get_z
double Point3D::get_z() const
References
How to cite in this doc:
:ref:`double Point3D::get_z() const <public-double-point3d-get-z-const>`
[double Point3D::get_z() const](#public-double-point3d-get-z-const)
norme
double Point3D::norme()
References
Referenced By
How to cite in this doc:
:ref:`double Point3D::norme() <public-double-point3d-norme>`
[double Point3D::norme()](#public-double-point3d-norme)
operator +
Point3D Point3D::operator+(const Point3D &other) const
References
How to cite in this doc:
:ref:`Point3D Point3D::operator+(const Point3D &other) const <public-point3d-point3d-operator+-const-point3d-ref-other-const>`
[Point3D Point3D::operator+(const Point3D &other) const](#public-point3d-point3d-operator+-const-point3d-ref-other-const)
operator -
Point3D Point3D::operator-(const Point3D &other) const
References
How to cite in this doc:
:ref:`Point3D Point3D::operator-(const Point3D &other) const <public-point3d-point3d-operator-const-point3d-ref-other-const>`
[Point3D Point3D::operator-(const Point3D &other) const](#public-point3d-point3d-operator-const-point3d-ref-other-const)
operator/
Point3D Point3D::operator/(const double &other) const
References
How to cite in this doc:
:ref:`Point3D Point3D::operator/(const double &other) const <public-point3d-point3d-operator/-const-double-ref-other-const>`
[Point3D Point3D::operator/(const double &other) const](#public-point3d-point3d-operator/-const-double-ref-other-const)
operator<
bool Point3D::operator<(const Point3D &rhs) const
References
How to cite in this doc:
:ref:`bool Point3D::operator<(const Point3D &rhs) const <public-bool-point3d-operator-const-point3d-ref-rhs-const>`
[bool Point3D::operator<(const Point3D &rhs) const](#public-bool-point3d-operator-const-point3d-ref-rhs-const)
operator =
void Point3D::operator=(const Point3D &pt)
References
How to cite in this doc:
:ref:`void Point3D::operator=(const Point3D &pt) <public-void-point3d-operator-equal-const-point3d-ref-pt>`
[void Point3D::operator=(const Point3D &pt)](#public-void-point3d-operator-equal-const-point3d-ref-pt)
operator = =
bool Point3D::operator==(const Point3D &rhs) const
References
How to cite in this doc:
:ref:`bool Point3D::operator==(const Point3D &rhs) const <public-bool-point3d-operator-equal-equal-const-point3d-ref-rhs-const>`
[bool Point3D::operator==(const Point3D &rhs) const](#public-bool-point3d-operator-equal-equal-const-point3d-ref-rhs-const)
Point3D
Point3D::Point3D()
Referenced By
How to cite in this doc:
:ref:`Point3D::Point3D() <public-point3d-point3d>`
[Point3D::Point3D()](#public-point3d-point3d)
Point3D
Point3D::Point3D(const Point3D &pt)
How to cite in this doc:
:ref:`Point3D::Point3D(const Point3D &pt) <public-point3d-point3d-const-point3d-ref-pt>`
[Point3D::Point3D(const Point3D &pt)](#public-point3d-point3d-const-point3d-ref-pt)
Point3D
Point3D::Point3D(double xVal, double yVal, double zVal)
How to cite in this doc:
:ref:`Point3D::Point3D(double xVal, double yVal, double zVal) <public-point3d-point3d-double-xval-double-yval-double-zval>`
[Point3D::Point3D(double xVal, double yVal, double zVal)](#public-point3d-point3d-double-xval-double-yval-double-zval)
print
void Point3D::print() const
References
How to cite in this doc:
:ref:`void Point3D::print() const <public-void-point3d-print-const>`
[void Point3D::print() const](#public-void-point3d-print-const)

Attributes Documentation#

tol (public)
double Point3D::tol = 1.e-10
x (public)
double Point3D::x
y (public)
double Point3D::y
z (public)
double Point3D::z