Skip to main content

Point3dSoa

Type Alias Point3dSoa 

Source
pub type Point3dSoa<const N: usize> = Point3Soa<Length, N>;

Aliased Type§

pub struct Point3dSoa<const N: usize> {
    pub len: usize,
    pub x: [Length; N],
    pub y: [Length; N],
    pub z: [Length; N],
}

Fields§

§len: usize§x: [Length; N]§y: [Length; N]§z: [Length; N]