Skip to main content

Vector3

Type Alias Vector3 

Source
pub type Vector3 = Vec3<f64>;

Aliased Type§

pub struct Vector3 {
    pub data: ArrayStorage<f64, U3, U1>,
    /* private fields */
}

Fields§

§data: ArrayStorage<f64, U3, U1>

The data storage that contains all the matrix components and informations about its number of rows and column (if needed).