Type Alias truck_geometry::base::Vector1

source ·
pub type Vector1 = Vector1<f64>;
Expand description

redefinition, scalar = f64

Aliased Type§

struct Vector1 {
    pub x: f64,
}

Fields§

§x: f64

The x component of the vector.