= class Gda::GeometricPoint
This structure symbolizes a geometric point, via two fields: 'x' and 'y'.

	pt = Gda::GeometricPoint.new
	pt.x = 10
	pt.y = 20
	x, y = pt.to_a

== Object Hierarchy
* Object
  * Struct
    * Gda::GeometricPoint

== See Also
((<Gda>)).

- ((<lrz>))
