nphysics icon indicating copy to clipboard operation
nphysics copied to clipboard

Cylinder doesn't implement the Shape trait

Open AndreaCatania opened this issue 5 years ago • 1 comments

I was trying to use cylinder, but I was not able to do so because seems that the Cylinder shape doesn't implement the Shape Trait:

the trait `ncollide3d::shape::shape::Shape<_>` is not implemented for `ncollide3d::shape::cylinder::Cylinder<N>`

AndreaCatania avatar Jun 27 '19 15:06 AndreaCatania

This is still the case.

e00E avatar Mar 15 '20 09:03 e00E