Esempio n. 1
0
        public override void Transform(TransformMatrix transform)
        {
            var mathTransform = (MathTransform)m_MathUtils.ToMathTransform(transform);

            if (!Body.ApplyTransform(mathTransform))
            {
                throw new Exception("Failed to apply transform to the body");
            }
        }