Skip to main content

TyVector3F32

Type Alias TyVector3F32 

Source
pub type TyVector3F32 = TyVector3<f32>;
Expand description

A TyVector3 with f32 components.

Aliased Type§

pub struct TyVector3F32 {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields§

§x: f32

The x component.

§y: f32

The y component.

§z: f32

The z component.