Class to build a 2D circle. More...
#include <MeshViz/graph/PoCircleThreePoints.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoCircleThreePoints () | |
PoCircleThreePoints (const SbVec2f &_p, const SbVec2f &_q, const SbVec2f &_r) | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFVec2f | p |
SoSFVec2f | q |
SoSFVec2f | r |
This class builds a circle in the plane XY. The circle is defined by three points, p, q, r.
p | 1 0 |
q | 0 1 |
r | -1 0 |
PoCircleThreePoints::PoCircleThreePoints | ( | ) | [inline] |
Default constructor.
PoCircleThreePoints::PoCircleThreePoints | ( | const SbVec2f & | _p, | |
const SbVec2f & | _q, | |||
const SbVec2f & | _r | |||
) | [inline] |
Constructor.
static const SoNodekitCatalog* PoCircleThreePoints::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoCircle.
static SoType PoCircleThreePoints::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoCircle.
virtual const SoNodekitCatalog* PoCircleThreePoints::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoCircle.
virtual SoType PoCircleThreePoints::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoCircle.
virtual void PoCircleThreePoints::rebuild | ( | ) | [virtual] |
First point of the circle.
Second point of the circle.
Third point of the circle.