#include <Arc2D.h>
Inheritance diagram for H3D::Arc2D:

Public Member Functions | |
| Arc2D (Inst< SFNode > _metadata=0, Inst< SFBound > _bound=0, Inst< DisplayList > _displayList=0, Inst< MFBool > _isTouched=0, Inst< MFVec3f > _force=0, Inst< MFVec3f > _contactPoint=0, Inst< MFVec3f > _contactNormal=0, Inst< SFFloat > _endAngle=0, Inst< SFFloat > _startAngle=0, Inst< SFFloat > _radius=0) | |
| Constructor. | |
| virtual void | render () |
| Renders the Arc2D using OpenGL. | |
Public Attributes | |
| auto_ptr< SFFloat > | endAngle |
| The end angle for the arc. | |
| auto_ptr< SFFloat > | startAngle |
| The start angle for the arc. | |
| auto_ptr< SFFloat > | radius |
| The radius field specifies the radius of the circle of which the arc is a portion. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
Classes | |
| class | SFBound |
| SFBound is specialized update itself from the radius field of the Box node. More... | |
The radius field specifies the radius of the circle of which the arc is a portion. The arc extends from the startAngle counterclockwise to the endAngle. The value of radius shall be greater than zero. The values of startAngle and endAngle shall be in the range (0, 2pi). If startAngle and endAngle have the same value, a circle is specified.
|
|
The end angle for the arc. The arc extends from the startAngle counterclockwise to the endAngle.
Access type: inputOutput
|
|
|
The radius field specifies the radius of the circle of which the arc is a portion.
Access type: inputOutput
|
|
|
The start angle for the arc. The arc extends from the startAngle counterclockwise to the endAngle.
Access type: inputOutput
|
1.4.5