BEPUphysics.CollisionShapes.CompoundShape.ComputeCenter C# (CSharp) Метод

ComputeCenter() публичный Метод

Computes the center of the shape and its volume.
public ComputeCenter ( float &volume ) : System.Vector3
volume float Volume of the compound.
Результат System.Vector3
        public override Vector3 ComputeCenter(out float volume)
        {
            volume = ComputeVolume();
            return ComputeCenter();
        }

Same methods

CompoundShape::ComputeCenter ( ) : System.Vector3
CompoundShape::ComputeCenter ( IList childData ) : System.Vector3
CompoundShape::ComputeCenter ( IList childData ) : System.Vector3