Skip to main content

DampingList2D

Type Alias DampingList2D 

Source
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 */);