Point.this

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

  1. this()
  2. this(SDL_Point sdlPoint)
  3. this(int x, int y)
    struct Point
    this
    (
    int x
    ,
    int y
    )
  4. this(int[2] xy)
  5. this(FPoint fpoint)

Parameters

x int

x coordinate point

y int

y coordinate point

Meta