Constructs a dsdl2.FPoint from a vanilla SDL_FPoint from bindbc-sdl
Constructs a dsdl2.FPoint by feeding in an x and y pair
Constructs a dsdl2.FPoint by feeding in an array of x and y
Constructs a dsdl2.FPoint from a dsdl2.Point
Static array proxy of the dsdl2.FPoint
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.FPoint into its construction representation: "dsdl2.FPoint(<x>, <y>)"
Proxy to the X value of the dsdl2.FPoint
Proxy to the Y value of the dsdl2.FPoint
Internal SDL_FPoint struct
D struct that wraps SDL_FPoint (from SDL 2.0.10) containing 2D floating point coordinate pair
dsdl2.FPoint stores floating point x and y coordinate points. This wrapper also implements vector-like operator overloading.