[][src]Type Definition collision::algorithm::minkowski::GJK3

type GJK3<S> = GJK<SimplexProcessor3<S>, EPA3<S>, S>;

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