Overview
Module
Use
Devguide
Index
Elements' Summary
Elements' Details
::
com
::
sun
::
star
::
geometry
::
unpublished
struct RealPoint2D
Description
This structure defines a two-dimensional point This structure contains x and y real-valued coordinates of a two-dimensional point.
Elements' Summary
X
The x coordinate of the point.
Y
The x coordinate of the point.
Elements' Details
X
double
X
;
Description
The x coordinate of the point.
Y
double
Y
;
Description
The x coordinate of the point.
Top of Page
Copyright © 2010 Sun Microsystems, Inc.