[][src]Type Definition spacebattleship::ships::ShapeProjection

type ShapeProjection<C> = Vec<C>;

Projection of a shape onto a coordinate system relative to a particular point. This is a simple typedef of a Vec, however projections retrieved from a particular Ship- Shape should not be modified, as shapes are free to reject any projection that they did not generate.