Type Definition rhusics_ecs::collide2d::GJK2

source ·
pub type GJK2<S> = GJK<SimplexProcessor2<S>, EPA2<S>, S>;
Expand description

GJK algorithm for 2D, see GJK for more information.