BEPUphysics.CollisionShapes.ConvexShapes.SphereShape.ComputeCenter C# (CSharp) Method

ComputeCenter() public method

Computes the center of the shape. This can be considered its center of mass.
public ComputeCenter ( ) : Vector3
return Vector3
        public override Vector3 ComputeCenter()
        {
            return Vector3.Zero;
        }

Same methods

SphereShape::ComputeCenter ( float &volume ) : Vector3