gfx.graal.types

Undocumented in source.

Members

Functions

interval
auto interval(T start, T end)

Interval build helper

trans
auto trans(T from, T to)

Transition build helper

Structs

Extent2D
struct Extent2D
Undocumented in source.
Interval
struct Interval(T)

An integer interval from a start until an end. end is one past last, such as end-start = length

Offset2D
struct Offset2D
Undocumented in source.
Rect
struct Rect
Undocumented in source.
Trans
struct Trans(T)

A transition from one state to another

Viewport
struct Viewport
Undocumented in source.

Meta