isodi v0.5.0 (2022-07-20T17:47:10Z)
Dub
Repo
RectangleI
isodi
utils
Undocumented in source.
@
safe
struct
RectangleI {
int
x
;
int
y
;
int
width
;
int
height
;
Rectangle
toShader
(Vector2 textureSize);
}
Members
Functions
toShader
Rectangle
toShader
(Vector2 textureSize)
Convert the rectangle to a shader rectangle relative to texture size.
Variables
height
int
height
;
Undocumented in source.
width
int
width
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
isodi
utils
functions
assign
assignChunk
mul
randomNumber
randomVariant
reinterpret
structof
structs
Ancestors
DeepAncestors
RectangleI
Vector2I
templates
writefln