24#ifndef _PO_CIRCLE_ARC3_CTR_PT_ANGLE_
25#define _PO_CIRCLE_ARC3_CTR_PT_ANGLE_
92 { init(
TRUE,
SbVec3f(0., 0., 0.),
SbVec3f(0., 0., 0.), (
float)
PDEUXPI,
SbVec3f(0., 0., 1.)) ; }
98 float _angle,
const SbVec3f &_normal)
99 { init(
FALSE, _center, _startPoint, _angle, _normal) ; }
108 static void initClass() ;
109 static void exitClass() ;
116 virtual void setDefaultOnNonWritingFields() ;
121 float _angle,
const SbVec3f &_normal) ;
125 FieldSensorList fieldSensorList ;
#define TRUE
Possible value of SbBool.
#define FALSE
Possible value of SbBool.
#define SO_KIT_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to build a 3D circ...
SoSFFloat angle
Arc angle.
PoCircleArc3CtrPtAngle(const SbVec3f &_center, const SbVec3f &_startPoint, float _angle, const SbVec3f &_normal)
Constructor.
PoCircleArc3CtrPtAngle()
Default constructor.
SoSFVec3f startPoint
Start point of the arc.
virtual void rebuild()
Forces node-kit rebuilding.
SoSFVec3f center
Circle center.
SoSFVec3f normal
Normal to the plane of circle.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract class for 3D ci...
Maintains a list of pointers to fields.
Field containing a floating-point value.
Field containing a three-dimensional vector.