Module gfx.graal.types
Functions
| Name | Description |
|---|---|
interval(start, end)
|
Interval build helper |
trans(from, to)
|
Transition build helper |
Structs
| Name | Description |
|---|---|
Extent2D
|
|
Interval
|
An integer interval from a start until an end. end is one past last, such as end-start = length |
Offset2D
|
|
Rect
|
|
Trans
|
A transition from one state to another |
Viewport
|