Type Definition rhusics_core::collide3d::GJK3

source ·
pub type GJK3<S> = GJK<SimplexProcessor3<S>, EPA3<S>, S>;
Expand description

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