kos_sys::dc::vector

Type Alias point_t

Source
pub type point_t = vector_t;

Aliased Type§

struct point_t {
    pub x: f32,
    pub y: f32,
    pub z: f32,
    pub w: f32,
}

Fields§

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