MeshKit
1.0
|
#include <AF2Edge2D.hpp>
Public Member Functions | |
AF2Edge2D (const AF2Point2D *start, const AF2Point2D *end) | |
Constructor. | |
const AF2Point2D * | getStart () const |
Get a pointer to the starting endpoint of the edge. | |
const AF2Point2D * | getEnd () const |
Get a pointer to the ending endpoint of the edge. | |
Private Attributes | |
const AF2Point2D * | startPnt |
const AF2Point2D * | endPnt |
Definition at line 17 of file AF2Edge2D.hpp.
AF2Edge2D | ( | const AF2Point2D * | start, |
const AF2Point2D * | end | ||
) |
Constructor.
Construct an edge between the two specified points. The context is responsible for maintaining the validity of the pointers to the points as long as this Edge2D (or somy copy of it) is in use.
start | the starting endpoint of the edge |
end | the ending endpoint of the edge. |
Definition at line 3 of file AF2Edge2D.cpp.
const AF2Point2D * getEnd | ( | ) | const |
Get a pointer to the ending endpoint of the edge.
Definition at line 14 of file AF2Edge2D.cpp.
const AF2Point2D * getStart | ( | ) | const |
Get a pointer to the starting endpoint of the edge.
Definition at line 9 of file AF2Edge2D.cpp.
const AF2Point2D* endPnt [private] |
Definition at line 22 of file AF2Edge2D.hpp.
const AF2Point2D* startPnt [private] |
Definition at line 21 of file AF2Edge2D.hpp.