pub type DampingList2D<const N: usize> = TensorRank2List2D<3, Current, Current, N, N, ForcePerVelocity>;Expand description
A list of two-dimensional lists of dampings.
Aliased Typeยง
pub struct DampingList2D<const N: usize>(/* private fields */);pub type DampingList2D<const N: usize> = TensorRank2List2D<3, Current, Current, N, N, ForcePerVelocity>;A list of two-dimensional lists of dampings.
pub struct DampingList2D<const N: usize>(/* private fields */);