- MT_Point2(const float *v) : MT_Vector2(v) {}
- MT_Point2(const double *v) : MT_Vector2(v) {}
- MT_Point2(MT_Scalar x, MT_Scalar y) : MT_Vector2(x, y) {}
+ MT_Point2(const float *v2) : MT_Vector2(v2) {}
+ MT_Point2(const double *v2) : MT_Vector2(v2) {}
+ MT_Point2(MT_Scalar x2, MT_Scalar y2) : MT_Vector2(x2, y2) {}