gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
Trans
gfx
graal
types
A transition from one state to another
struct
Trans (
T
) {
T
from
;
T
to
;
}
Members
Variables
from
T
from
;
state before
to
T
to
;
state after
Meta
Source
See Implementation
gfx
graal
types
functions
interval
trans
structs
Extent2D
Interval
Offset2D
Rect
Trans
Viewport
A transition from one state to another