conspire::mechanics

Type Alias CurrentCoordinates

Source
pub type CurrentCoordinates<const W: usize> = TensorRank1List<3, 1, W>;
Expand description

A list of coordinates in the current configuration.

Aliased Typeยง

struct CurrentCoordinates<const W: usize>(/* private fields */);