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

type GJK2<S> = GJK<SimplexProcessor2<S>, EPA2<S>, S>;

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