BEPUphysics.CollisionShapes.ConvexShapes.BoxShape.ComputeCenter C# (CSharp) 메소드

ComputeCenter() 공개 메소드

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

Same methods

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