Exemplo n.º 1
0
        public static void ApplyTransform(this ICurve body, Matrix4x4 t)
        {
            var transform = SwAddinBase.Active.Math.ToSwMatrix(t);

            body.ApplyTransform(transform);
        }