Skip to main content

Vec3Impl

Type Alias Vec3Impl 

Source
pub type Vec3Impl = Vec3;

Aliased Type§

#[repr(C)]
pub struct Vec3Impl { pub x: f32, pub y: f32, pub z: f32, }

Fields§

§x: f32§y: f32§z: f32