Module iron_shapes::types[][src]

Commonly used type definitions and constants.

Enums

Angle

Angle expressed as a multiple of 90 degrees.

ContainsResult

This is a result type for containment checks.

Orientation

Relative orientation of two geometrical objects such as vectors.

Side

Location relative to a directed line or edge. Something can be on the left of the line, right of the line or on top of the line (center).

Constants

PREC_DISTANCE

Precision for distance related decisions.

Type Definitions

DistanceType

Default type for euclidean distances.

FloatType

Default floating point type.