Skip to main content

Point3fSoa

Type Alias Point3fSoa 

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

Aliased Type§

pub struct Point3fSoa<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]