Module conrod_core::position[][src]

Expand description

Items related to 2D positioning, used throughout conrod.

Re-exports

pub use self::range::Edge;
pub use self::range::Range;
pub use self::rect::Corner;
pub use self::rect::Rect;

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.

Enums

The orientation of Alignment along some Axis.

Represents either Axis in the 2-dimensional plane.

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

Directionally positioned, normally relative to some other widget.

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.