Constructs a dsdl2.Point from a vanilla SDL_Point from bindbc-sdl
Constructs a dsdl2.Point by feeding in an x and y pair
Constructs a dsdl2.Point by feeding in an array of x and y
Constructs a dsdl2.Point from a dsdl2.FPoint (from SDL 2.0.10)
Static array proxy of the dsdl2.Point
Binary element-wise operation overload template
Binary operation overload template with scalars
Element-wise operator assignment overload
Operator assignment overload with scalars
Unary element-wise operation overload template
Formats the dsdl2.Point into its construction representation: "dsdl2.Point(<x>, <y>)"
Proxy to the X value of the dsdl2.Point
Proxy to the Y value of the dsdl2.Point
Internal SDL_Point struct
D struct that wraps SDL_Point containing 2D integer coordinate pair
dsdl2.Point stores signed integer x and y coordinate points. This wrapper also implements vector-like operator overloading.