Difference between revisions of "CoordinateDouble"
From Web3D.org
Abergstrom (Talk | contribs) |
Abergstrom (Talk | contribs) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
− | + | CoordinateDouble : X3DCoordinateNode { | |
− | + | SFNode [in,out] metadata NULL [X3DMetadataObject] | |
− | + | MFVec3d [in,out] point [] (-∞,∞) | |
− | + | ||
− | SFNode | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
</pre> | </pre> | ||
− | |||
− | + | CoordinateDouble is a variant of the Coordinate node that allows the definition of 3D coordinates in double precision floating point values. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* [[Node Reference]] | * [[Node Reference]] |
Revision as of 23:09, 1 February 2006
CoordinateDouble
CoordinateDouble : X3DCoordinateNode { SFNode [in,out] metadata NULL [X3DMetadataObject] MFVec3d [in,out] point [] (-∞,∞) }
CoordinateDouble is a variant of the Coordinate node that allows the definition of 3D coordinates in double precision floating point values.