Exemplo n.º 1
0
        public void ApplyVelocity(Vector3 velocity)
        {
            Vector3 translation;

            translation = GetTranslation();

            Physics.ApplyVelocity(this, translation, velocity);
        }