Documentation
Dlang.org
Point.this
graphene
point
Point
Create a
point.Point
boxed type.
this
(float x, float y)
class
Point
this
(
float
x
= 0.0
,
float
y
= 0.0
)
this
(void* ptr, Flag!"Take" take)
Parameters
x
float
the X coordinate of the point
y
float
the Y coordinate of the point
graphene
point
Point
constructors
this
functions
cPtr
distance
equal
initFromPoint
initFromVec2
init_
interpolate
near
self
toVec2
properties
gType
x
y
static functions
alloc
getGType
zero
Create a point.Point boxed type.