Point3D#

#include <FT_Field.h>
Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

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

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

get_x#

Definition
double Point3D::get_x() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Point3D::get_x() const <point3d-public-double-point3d-get-x-const>`
[double Point3D::get_x() const](#point3d-public-double-point3d-get-x-const)

get_y#

Definition
double Point3D::get_y() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Point3D::get_y() const <point3d-public-double-point3d-get-y-const>`
[double Point3D::get_y() const](#point3d-public-double-point3d-get-y-const)

get_z#

Definition
double Point3D::get_z() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Point3D::get_z() const <point3d-public-double-point3d-get-z-const>`
[double Point3D::get_z() const](#point3d-public-double-point3d-get-z-const)

norme#

Definition
double Point3D::norme()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Point3D::norme() <point3d-public-double-point3d-norme>`
[double Point3D::norme()](#point3d-public-double-point3d-norme)

operator +#

Definition
Point3D Point3D::operator+(const Point3D &other) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Point3D Point3D::operator+(const Point3D &other) const <point3d-public-point3d-point3d-operator+-const-point3d-ref-other-const>`
[Point3D Point3D::operator+(const Point3D &other) const](#point3d-public-point3d-point3d-operator+-const-point3d-ref-other-const)

operator -#

Definition
Point3D Point3D::operator-(const Point3D &other) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Point3D Point3D::operator-(const Point3D &other) const <point3d-public-point3d-point3d-operator-const-point3d-ref-other-const>`
[Point3D Point3D::operator-(const Point3D &other) const](#point3d-public-point3d-point3d-operator-const-point3d-ref-other-const)

operator/#

Definition
Point3D Point3D::operator/(const double &other) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Point3D Point3D::operator/(const double &other) const <point3d-public-point3d-point3d-operator/-const-double-ref-other-const>`
[Point3D Point3D::operator/(const double &other) const](#point3d-public-point3d-point3d-operator/-const-double-ref-other-const)

operator<#

Definition
bool Point3D::operator<(const Point3D &rhs) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Point3D::operator<(const Point3D &rhs) const <point3d-public-bool-point3d-operator-const-point3d-ref-rhs-const>`
[bool Point3D::operator<(const Point3D &rhs) const](#point3d-public-bool-point3d-operator-const-point3d-ref-rhs-const)

operator =#

Definition
void Point3D::operator=(const Point3D &pt)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Point3D::operator=(const Point3D &pt) <point3d-public-void-point3d-operator-equal-const-point3d-ref-pt>`
[void Point3D::operator=(const Point3D &pt)](#point3d-public-void-point3d-operator-equal-const-point3d-ref-pt)

operator = =#

Definition
bool Point3D::operator==(const Point3D &rhs) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Point3D::operator==(const Point3D &rhs) const <point3d-public-bool-point3d-operator-equal-equal-const-point3d-ref-rhs-const>`
[bool Point3D::operator==(const Point3D &rhs) const](#point3d-public-bool-point3d-operator-equal-equal-const-point3d-ref-rhs-const)

Point3D#

Definition
Point3D::Point3D()
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

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

Point3D#

Definition
Point3D::Point3D(const Point3D &pt)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Point3D::Point3D(const Point3D &pt) <point3d-public-point3d-point3d-const-point3d-ref-pt>`
[Point3D::Point3D(const Point3D &pt)](#point3d-public-point3d-point3d-const-point3d-ref-pt)

Point3D#

Definition
Point3D::Point3D(double xVal, double yVal, double zVal)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Point3D::Point3D(double xVal, double yVal, double zVal) <point3d-public-point3d-point3d-double-xval-double-yval-double-zval>`
[Point3D::Point3D(double xVal, double yVal, double zVal)](#point3d-public-point3d-point3d-double-xval-double-yval-double-zval)

print#

Definition
void Point3D::print() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Point3D::print() const <point3d-public-void-point3d-print-const>`
[void Point3D::print() const](#point3d-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