Dgame.Math.Rect

Undocumented in source.

Members

Aliases

FloatRect
alias FloatRect = Rect!(float)

alias for float

ShortRect
alias ShortRect = Rect!(short)

alias for short

Functions

transfer
SDL_Rect* transfer(Rect!(T)* rect, SDL_Rect* to)
Undocumented in source.

Structs

Rect
struct Rect(T)

Rect defines a rectangle structure that contains the left upper corner and the width/height.

Meta