Point2D#
#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:`Point2D <class-point2d>`
[Point2D](#class-point2d)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
get_x#
double Point2D::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 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#
double Point2D::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 Point2D::get_y() const <point2d-public-double-point2d-get-y-const>`
[double Point2D::get_y() const](#point2d-public-double-point2d-get-y-const)
operator =#
void Point2D::operator=(const Point2D &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 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 = =#
bool Point2D::operator==(const Point2D &rhs)
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 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#
Point2D::Point2D()
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#
Point2D::Point2D(const Point2D &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:`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#
Point2D::Point2D(double xVal, double yVal)
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#
void Point2D::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 Point2D::print() const <point2d-public-void-point2d-print-const>`
[void Point2D::print() const](#point2d-public-void-point2d-print-const)
Attributes Documentation#
double Point2D::x
double Point2D::y
double Point2D::tol = 1.e-10