triangle#
#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:`triangle <class-triangle>`
[triangle](#class-triangle)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
operator = =#
Definition
bool triangle::operator==(const triangle &rhs)
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:`bool triangle::operator==(const triangle &rhs) <triangle-public-bool-triangle-operator-equal-equal-const-triangle-ref-rhs>`
[bool triangle::operator==(const triangle &rhs)](#triangle-public-bool-triangle-operator-equal-equal-const-triangle-ref-rhs)
triangle#
Definition
triangle::triangle(Point3D xVal, Point3D yVal, Point3D 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:`triangle::triangle(Point3D xVal, Point3D yVal, Point3D zVal) <triangle-public-triangle-triangle-point3d-xval-point3d-yval-point3d-zval>`
[triangle::triangle(Point3D xVal, Point3D yVal, Point3D zVal)](#triangle-public-triangle-triangle-point3d-xval-point3d-yval-point3d-zval)
Attributes Documentation#
p1 (public)
Point3D triangle::p1
p2 (public)
Point3D triangle::p2
p3 (public)
Point3D triangle::p3