Example #1
0
        private void CalculateCenterMassWorld()
        {
            MyVector cmWorld = _ship.Rotation.GetRotatedVector(_ship.CenterOfMass, true);

            cmWorld.Add(_ship.Position);

            _centerMassWorld.StoreNewValues(cmWorld);
        }