Skip to main content

Box2D

Type Alias Box2D 

Source
pub type Box2D<T = f32> = Box2D<T, LogicUnit>;

Aliased Type§

#[repr(C)]
pub struct Box2D<T = f32> { pub min: Point2D<T, LogicUnit>, pub max: Point2D<T, LogicUnit>, }

Fields§

§min: Point2D<T, LogicUnit>§max: Point2D<T, LogicUnit>