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

ComputeCenter() public method

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

Same methods

CylinderShape::ComputeCenter ( float &volume ) : System.Vector3