Point3D#
#include <FT_Field.h>
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#
double Point3D::get_x() const
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#
double Point3D::get_y() const
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#
double Point3D::get_z() const
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#
double Point3D::norme()
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:`double Point3D::norme() <point3d-public-double-point3d-norme>`
[double Point3D::norme()](#point3d-public-double-point3d-norme)
operator +#
Point3D Point3D::operator+(const Point3D &other) const
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::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 -#
Point3D Point3D::operator-(const Point3D &other) const
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::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/#
Point3D Point3D::operator/(const double &other) const
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::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<#
bool Point3D::operator<(const Point3D &rhs) const
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:`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 =#
void Point3D::operator=(const Point3D &pt)
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:`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 = =#
bool Point3D::operator==(const Point3D &rhs) const
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:`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#
Point3D::Point3D()
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#
Point3D::Point3D(const Point3D &pt)
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#
Point3D::Point3D(double xVal, double yVal, double zVal)
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#
void Point3D::print() const
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:`void Point3D::print() const <point3d-public-void-point3d-print-const>`
[void Point3D::print() const](#point3d-public-void-point3d-print-const)
Attributes Documentation#
double Point3D::tol = 1.e-10
double Point3D::x
double Point3D::y
double Point3D::z