Documentation
Dlang.org
GeometricPoint
gda
geometric_point
struct
GeometricPoint {
double
x
;
double
y
;
static
GType
_getGType
();
GType
_gType
[@property getter];
static
void
*
copy
(void* boxed);
static
void
free
(void* boxed);
}
Members
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
copy
void
*
copy
(void* boxed)
free
void
free
(void* boxed)
Variables
x
double
x
;
y
double
y
;
gda
geometric_point
structs
GeometricPoint