示例#1
0
        //public void Transformer(Transform.ITransform trans)
        //{
        //    throw new System.NotImplementedException();
        //}

        //----------------------------------------------------------------
        public void Next()
        {
            m_coord_x.Next();
            m_coord_y.Next();
            m_scale_x.Next();
            m_scale_y.Next();
        }
示例#2
0
 //----------------------------------------------------------------
 //public void operator++()
 public void Next()
 {
     m_li_x.Next();
     m_li_y.Next();
 }
示例#3
0
 //--------------------------------------------------------------------
 public void HStep()
 {
     m_interpolator.Next();
     m_x1_lr += m_inc;
 }