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