gfx v0.1.0 (2018-12-16T20:49:04Z)
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