Type Definition bismuth::cube::Offset [] [src]

type Offset = Clamped<u8, OffsetRange>;

Edge offset.

This is the deformation of an Edge in a particular direction as an absolute coordinate. It is used to define the endpoints of an Edge.

Offset is clamped to the open range [0, 15]. This is the same range that the endpoints of an Edge are allowed to span.