FPoint.this

Constructs a dsdl2.FPoint from a vanilla SDL_FPoint from bindbc-sdl

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

Parameters

sdlFPoint SDL_FPoint

the dsdl2.FPoint struct

Meta