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