Point.this

Create a point.Point boxed type.

  1. this(float x, float y)
    class Point
    this
    (
    float x = 0.0
    ,
    float y = 0.0
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

x float

the X coordinate of the point

y float

the Y coordinate of the point