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

Public Member Functions | |
| ArcClose2D (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, Inst< SFString > _closureType=0, Inst< SFBool > _solid=0) | |
| Constructor. | |
| virtual void | render () |
| Renders the ArcClose2D using OpenGL. | |
Public Attributes | |
| auto_ptr< SFFloat > | endAngle |
| The end angle for the ArcClose. | |
| auto_ptr< SFFloat > | startAngle |
| The start angle for the ArcClose. | |
| auto_ptr< SFFloat > | radius |
| The radius field specifies the radius of the circle of which the ArcClose is a portion. | |
| auto_ptr< SFString > | closureType |
| A closureType of "PIE" connects the end point to the start point by defining two straight line segments first from the end point to the center and then the center to the start point. | |
| auto_ptr< SFBool > | solid |
| The solid field specifies if both sides of the closed arc should be rendered. | |
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 end points of the arc specified are connected as defined by the closureType field. 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 and closureType is ignored.
A closureType of "PIE" connects the end point to the start point by defining two straight line segments first from the end point to the center and then the center to the start point.
A closureType of "CHORD" connects the end point to the start point by defining a straight line segment from the end point to the start point.
|
|
A closureType of "PIE" connects the end point to the start point by defining two straight line segments first from the end point to the center and then the center to the start point. A closureType of "CHORD" connects the end point to the start point by defining a straight line segment from the end point to the start point.
Access type: inputOutput
|
|
|
The end angle for the ArcClose. The ArcClose extends from the startAngle counterclockwise to the endAngle.
Access type: inputOutput
|
|
|
The radius field specifies the radius of the circle of which the ArcClose is a portion.
Access type: inputOutput
|
|
|
The solid field specifies if both sides of the closed arc should be rendered. If solid is FALSE then both sides will be rendered.
Access type: inputOutput
|
|
|
The start angle for the ArcClose. The ArcClose extends from the startAngle counterclockwise to the endAngle.
Access type: inputOutput
|
1.4.5