Type Alias mjStatistic

Source
pub type mjStatistic = _mjStatistic;

Aliased Type§

#[repr(C)]
pub struct mjStatistic { pub meaninertia: f64, pub meanmass: f64, pub meansize: f64, pub extent: f64, pub center: [f64; 3], }

Fields§

§meaninertia: f64§meanmass: f64§meansize: f64§extent: f64§center: [f64; 3]