bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
SDL_FRect
bindbc
sdl
bind
sdlrect
Undocumented in source.
static if
(
sdlSupport >= SDLSupport.sdl2010
)
struct
SDL_FRect {
float
x
;
float
y
;
float
w
;
float
h
;
}
Members
Variables
h
float
h
;
Undocumented in source.
w
float
w
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
sdl
bind
sdlrect
aliases
pSDL_EnclosePoints
pSDL_HasIntersection
pSDL_IntersectRect
pSDL_IntersectRectAndLine
pSDL_UnionRect
functions
SDL_EnclosePoints
SDL_HasIntersection
SDL_IntersectRect
SDL_IntersectRectAndLine
SDL_PointInRect
SDL_RectEmpty
SDL_RectEquals
SDL_UnionRect
structs
SDL_FPoint
SDL_FRect
SDL_Point
SDL_Rect