Type Alias bvh2d::Point2

source ·
pub type Point2 = Vec2;

Aliased Type§

struct Point2 {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32