Skip to main content

Point2fSoa

Type Alias Point2fSoa 

Source
pub type Point2fSoa<const N: usize> = Point2Soa<Length, N>;

Aliased Type§

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

Fields§

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