24#ifndef _PO_CIRCLE_ARC_THREE_PTS_
25#define _PO_CIRCLE_ARC_THREE_PTS_
93 { init(_startPoint, _middlePoint, _endPoint) ; }
102 static void initClass() ;
103 static void exitClass() ;
110 virtual void setDefaultOnNonWritingFields() ;
114 void init(
const SbVec2f &_startPoint,
const SbVec2f &_middlePoint,
120 FieldSensorList fieldSensorList ;
#define FALSE
Possible value of SbBool.
#define SO_KIT_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract class for 2D ci...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to build a 2D circ...
virtual void rebuild()
Forces node-kit rebuilding.
SoSFVec2f endPoint
End point of the arc.
SoSFVec2f startPoint
Start point of the arc.
PoCircleArcThreePts()
Default constructor.
SoSFVec2f middlePoint
Intermediate point of the arc.
PoCircleArcThreePts(const SbVec2f &_startPoint, const SbVec2f &_middlePoint, const SbVec2f &_endPoint)
Constructor.
Maintains a list of pointers to fields.
Field containing a two-dimensional vector.