double GetLastX() const {
   return buffer.last().x;
 }
 double GetDeltaY() const {
   return buffer.last().y - buffer.peek().y;
 }
Exemplo n.º 3
0
 fixed GetLastX() const {
   return buffer.last().x;
 }