Skip to main content

TyVector3F64

Type Alias TyVector3F64 

Source
pub type TyVector3F64 = TyVector3<f64>;
Expand description

A TyVector3 with f64 components.

Aliased Type§

pub struct TyVector3F64 {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Fields§

§x: f64

The x component.

§y: f64

The y component.

§z: f64

The z component.