FPoint.this

Constructs a dsdl2.FPoint by feeding in an x and y pair

  1. this()
  2. this(SDL_FPoint sdlFPoint)
  3. this(float x, float y)
    struct FPoint
    this
    (
    float x
    ,
    float y
    )
  4. this(float[2] xy)
  5. this(Point point)

Parameters

x float

x coordinate point

y float

y coordinate point

Meta