Esempio n. 1
0
 // CRTP
 void translate(const VectorType& other)
 {
     elements[0] += other.x();
     elements[1] += other.y();
 }