Skip to main content

Point3Impl

Type Alias Point3Impl 

Source
pub type Point3Impl = Vec3Impl;

Aliased Type§

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

Fields§

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