Box2f32

Type Alias Box2f32 

Source
pub type Box2f32 = BBox<V2f32>;

Aliased Type§

pub struct Box2f32 { /* private fields */ }

Implementations§

Source§

impl Box2f32

Source

pub fn intersects(&self, other: &Box2f32) -> bool