gfx v0.2.0 (2020-11-15T11:15:14Z)
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