Пример #1
0
void MgArc::_transform(const Matrix2d& mat)
{
    mat.transformPoints(_getPointCount(), _points);
    __super::_transform(mat);
}