Module nannou::ui::position[][src]

Expand description

Items related to 2D positioning, used throughout conrod.

Modules

A type for working one-dimensional ranges.

Defines the scalar Rect type used throughout conrod.

Structs

The distance between the inner edge of a border and the outer edge of the inner content.

Some start and end position along a single axis.

Defines a Rectangle’s bounds across the x and y axes.

Enums

The orientation of Alignment along some Axis.

Represents either Axis in the 2-dimensional plane.

Either of the four corners of a Rect.

The length of a Widget over either the x or y axes.

Directionally positioned, normally relative to some other widget.

Represents either the Start or End Edge of a Range.

Place the widget at a position on some other widget.

Some Position of some Widget along a single axis.

Positions that are described as Relative to some other Widget.

Traits

Widgets that are positionable.

Widgets that support different dimensions.

Type Definitions

The depth at which the widget will be rendered.

General use 2D spatial dimensions.

The margin for some Placement on either end of an axis.

General use 2D spatial point.

An alias over the Scalar type used throughout Conrod.