Difference between revisions of "CoordinateDouble"
From Web3D.org
Abergstrom (Talk | contribs) |
(infinity instead of garbage) |
||
(One intermediate revision by one other user not shown) | |||
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]] |
Latest revision as of 12:28, 6 March 2012
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.