Syntax
struct Position3D;
Description
specifies a 3-dimensional point.
Field Summary
|
PositionX |
the position on the X-Axis in the 3D room in 100th of millimeters
|
|
PositionY |
the position on the Y-Axis in the 3D room in 100th of millimeters
|
|
PositionZ |
the position on the Z-Axis in the 3D room in 100th of millimeters
|
|
Field Details
|
|
Syntax
double PositionX;
Description
the position on the X-Axis in the 3D room in 100th of millimeters
Syntax
double PositionY;
Description
the position on the Y-Axis in the 3D room in 100th of millimeters
Syntax
double PositionZ;
Description
the position on the Z-Axis in the 3D room in 100th of millimeters
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.