Difference between revisions of "Circle2D"
From Web3D.org
Abergstrom (Talk | contribs) |
Abergstrom (Talk | contribs) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
− | + | Circle2D : X3DGeometryNode { | |
− | + | SFNode [in,out] metadata NULL [X3DMetadataObject] | |
− | + | SFFloat [] radius 1 (0,∞) | |
− | + | ||
− | SFNode | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
</pre> | </pre> | ||
− | |||
+ | The Circle2D node specifies a circle centred at (0,0) in the local 2D coordinate system. The ''radius'' field specifies the radius of the Circle2D. The value of radius shall be greater than zero. Figure 1 illustrates the Circle2D node with a dashed linetype applied. | ||
− | + | <center>Figure 1 - Circle2D node<br> | |
− | + | http://www.web3d.org/x3d/specifications/ISO-IEC-19775-X3DAbstractSpecification/Images/Circle2D.gif</center> | |
− | + | ||
− | + | ||
− | + | ||
* [[Node Reference]] | * [[Node Reference]] |
Revision as of 22:37, 1 February 2006
Circle2D
Circle2D : X3DGeometryNode { SFNode [in,out] metadata NULL [X3DMetadataObject] SFFloat [] radius 1 (0,∞) }
The Circle2D node specifies a circle centred at (0,0) in the local 2D coordinate system. The radius field specifies the radius of the Circle2D. The value of radius shall be greater than zero. Figure 1 illustrates the Circle2D node with a dashed linetype applied.
http://www.web3d.org/x3d/specifications/ISO-IEC-19775-X3DAbstractSpecification/Images/Circle2D.gif