public v3(v2 v) : base(v.X, v.Y) { }
public v4(v2 v) : base(v) { }
public v2(v2 v) : this(v.X, v.Y) { }