Point2D#
#include <FT_Field.h>
How to cite this class in this doc#
:ref:`Point2D <class-point2d>`
[Point2D](#class-point2d)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
get_x
double Point2D::get_x() const
References
How to cite in this doc:
:ref:`double Point2D::get_x() const <public-double-point2d-get-x-const>`
[double Point2D::get_x() const](#public-double-point2d-get-x-const)
get_y
double Point2D::get_y() const
References
How to cite in this doc:
:ref:`double Point2D::get_y() const <public-double-point2d-get-y-const>`
[double Point2D::get_y() const](#public-double-point2d-get-y-const)
operator =
void Point2D::operator=(const Point2D &pt)
How to cite in this doc:
:ref:`void Point2D::operator=(const Point2D &pt) <public-void-point2d-operator-equal-const-point2d-ref-pt>`
[void Point2D::operator=(const Point2D &pt)](#public-void-point2d-operator-equal-const-point2d-ref-pt)
operator = =
bool Point2D::operator==(const Point2D &rhs)
How to cite in this doc:
:ref:`bool Point2D::operator==(const Point2D &rhs) <public-bool-point2d-operator-equal-equal-const-point2d-ref-rhs>`
[bool Point2D::operator==(const Point2D &rhs)](#public-bool-point2d-operator-equal-equal-const-point2d-ref-rhs)
Point2D
Point2D::Point2D()
How to cite in this doc:
:ref:`Point2D::Point2D() <public-point2d-point2d>`
[Point2D::Point2D()](#public-point2d-point2d)
Point2D
Point2D::Point2D(const Point2D &pt)
How to cite in this doc:
:ref:`Point2D::Point2D(const Point2D &pt) <public-point2d-point2d-const-point2d-ref-pt>`
[Point2D::Point2D(const Point2D &pt)](#public-point2d-point2d-const-point2d-ref-pt)
Point2D
Point2D::Point2D(double xVal, double yVal)
How to cite in this doc:
:ref:`Point2D::Point2D(double xVal, double yVal) <public-point2d-point2d-double-xval-double-yval>`
[Point2D::Point2D(double xVal, double yVal)](#public-point2d-point2d-double-xval-double-yval)
Attributes Documentation#
x (public)
double Point2D::x
y (public)
double Point2D::y
tol (public)
double Point2D::tol = 1.e-10