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