Universe.Physics.BulletSPlugin.BSAPIXNA.GetAngularMotionDisc C# (CSharp) Method

GetAngularMotionDisc() public method

public GetAngularMotionDisc ( BulletShape pShape ) : float
pShape BulletShape
return float
        public override float GetAngularMotionDisc(BulletShape pShape)
        {
            CollisionShape shape = (pShape as BulletShapeXNA).shape;
            return shape.GetAngularMotionDisc();
        }
BSAPIXNA