예제 #1
0
 public v4(v3 v) : base(v.X, v.Y, v.Z)
 {
 }
예제 #2
0
 public v3(v3 v) : this(v.X, v.Y, v.Z)
 {
 }