Point2D#

#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:`Point2D <class-point2d>`
[Point2D](#class-point2d)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

get_x#

Definition
double Point2D::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 Point2D::get_x() const <point2d-public-double-point2d-get-x-const>`
[double Point2D::get_x() const](#point2d-public-double-point2d-get-x-const)

get_y#

Definition
double Point2D::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 Point2D::get_y() const <point2d-public-double-point2d-get-y-const>`
[double Point2D::get_y() const](#point2d-public-double-point2d-get-y-const)

operator =#

Definition
void Point2D::operator=(const Point2D &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 Point2D::operator=(const Point2D &pt) <point2d-public-void-point2d-operator-equal-const-point2d-ref-pt>`
[void Point2D::operator=(const Point2D &pt)](#point2d-public-void-point2d-operator-equal-const-point2d-ref-pt)

operator = =#

Definition
bool Point2D::operator==(const Point2D &rhs)
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 Point2D::operator==(const Point2D &rhs) <point2d-public-bool-point2d-operator-equal-equal-const-point2d-ref-rhs>`
[bool Point2D::operator==(const Point2D &rhs)](#point2d-public-bool-point2d-operator-equal-equal-const-point2d-ref-rhs)

Point2D#

Definition
Point2D::Point2D()
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:`Point2D::Point2D() <point2d-public-point2d-point2d>`
[Point2D::Point2D()](#point2d-public-point2d-point2d)

Point2D#

Definition
Point2D::Point2D(const Point2D &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:`Point2D::Point2D(const Point2D &pt) <point2d-public-point2d-point2d-const-point2d-ref-pt>`
[Point2D::Point2D(const Point2D &pt)](#point2d-public-point2d-point2d-const-point2d-ref-pt)

Point2D#

Definition
Point2D::Point2D(double xVal, double yVal)
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:`Point2D::Point2D(double xVal, double yVal) <point2d-public-point2d-point2d-double-xval-double-yval>`
[Point2D::Point2D(double xVal, double yVal)](#point2d-public-point2d-point2d-double-xval-double-yval)

print#

Definition
void Point2D::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 Point2D::print() const <point2d-public-void-point2d-print-const>`
[void Point2D::print() const](#point2d-public-void-point2d-print-const)

Attributes Documentation#

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