Class to build a 3D circle arc. More...
#include <MeshViz/graph/PoCircleArc3ThreePts.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoCircleArc3ThreePts () | |
PoCircleArc3ThreePts (const SbVec3f &_startPoint, const SbVec3f &_middlePoint, const SbVec3f &_endPoint) | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFVec3f | startPoint |
SoSFVec3f | middlePoint |
SoSFVec3f | endPoint |
The circle arc is defined by three points, the start point, a middle point and an end point.
arcType | OPENED |
startPoint | 1 0 0 |
middlePoint | -1 0 0 |
endPoint | 1 0 0 |
PoCircleArc3ThreePts::PoCircleArc3ThreePts | ( | ) | [inline] |
Default constructor.
PoCircleArc3ThreePts::PoCircleArc3ThreePts | ( | const SbVec3f & | _startPoint, | |
const SbVec3f & | _middlePoint, | |||
const SbVec3f & | _endPoint | |||
) | [inline] |
Constructor.
static const SoNodekitCatalog* PoCircleArc3ThreePts::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoCircleArc3.
static SoType PoCircleArc3ThreePts::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoCircleArc3.
virtual const SoNodekitCatalog* PoCircleArc3ThreePts::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoCircleArc3.
virtual SoType PoCircleArc3ThreePts::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoCircleArc3.
virtual void PoCircleArc3ThreePts::rebuild | ( | ) | [virtual] |
End point of the arc.
(1,0,0) by default.
Intermediate point of the arc.
(-1,0,0) by default.
Start point of the arc.
(1,0,0) by default.