Vector4D

Type Alias Vector4D 

Source
pub type Vector4D = Point4D;
Expand description

Vetor 4D (equivalente a Point4D mas com semântica diferente)

Aliased Type§

pub struct Vector4D {
    pub x: f64,
    pub y: f64,
    pub z: f64,
    pub w: f64,
}

Fields§

§x: f64§y: f64§z: f64§w: f64