particleCylinder method
Implementation
bool particleCylinder(
Particle si,
Cylinder sj,
Vec3 xi,
Vec3 xj,
Quaternion qi,
Quaternion qj,
Body bi,
Body bj,
[
Shape? rsi,
Shape? rsj,
bool justTest = false
]){
return convexParticle(sj, si, xj, xi, qj, qi, bj, bi, rsi, rsj, justTest);
}