Module iron_shapes::point[][src]

Points represent a location in the two dimensional plane by an x and y coordinate.

Structs

Point

A point is defined by a x and y coordinate in the euclidean plane.

Traits

Deref

Used for immutable dereferencing operations, like *v.

Zero

Defines an additive identity element for Self.