BulletSim: complete BSShape classes.

This commit is contained in:
Robert Adams
2013-04-27 14:00:58 -07:00
parent 3ff7391495
commit 890cb6a293
3 changed files with 316 additions and 19 deletions

View File

@@ -499,7 +499,7 @@ public sealed class BSShapeCollection : IDisposable
}
// return 'true' if this shape description does not include any cutting or twisting.
private bool PrimHasNoCuts(PrimitiveBaseShape pbs)
public static bool PrimHasNoCuts(PrimitiveBaseShape pbs)
{
return pbs.ProfileBegin == 0 && pbs.ProfileEnd == 0
&& pbs.ProfileHollow == 0