[][src]Module polyhorn_android::geometry

Primitives to work with concrete geometry.

Structs

ByCorner

This is a wrapper that contains a value of the given type for each corner of a rectangle.

ByDirection

This is a wrapper that contains a value of the given type for each direction (i.e. horizontal and vertical).

ByEdge

This is a wrapper that contains a value of the given type for each edge of a rectangle.

Point

Simple wrapper around the coordinates of a 2D object.

Size

Simple wrapper around the horizontal and vertical dimensions of a 2D object.

Enums

Dimension

Represents an absolute or relative dimension.