2D arc node. More...
#include <Inventor/VRMLnodes/SoVRMLArc2D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLArc2D () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFFloat | endAngle |
SoSFFloat | radius |
SoSFFloat | startAngle |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
The SoVRMLArc2D node specifies a linear circular arc whose center is at (0,0) and whose angles are measured starting at the positive x-axis and sweeping towards the positive y-axis. 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 must be greater than zero. The values of startAngle and endAngle must be in the range (0,2*pi). If startAngle and endAngle have the same value, a circle is specified.
endAngle | 1.5708 |
radius | 1 |
startAngle | 0 |
metadata | NULL |
SoSFNode | set_metadata |
SoSFNode | metadata_changed |
SoVRMLArc2D::SoVRMLArc2D | ( | ) |
Constructor.
static SoType SoVRMLArc2D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
virtual SoType SoVRMLArc2D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Specifies the end angle of the arc.
Specifies the radius of the arc.
Must be greater than 0.0.
Specifies the start angle of the arc.