Beispiel #1
0
 public Vector4Save(Vector2Save vector)
 {
     this.x = vector.x;
     this.y = vector.y;
     this.z = 0f;
     this.w = 0f;
 }
Beispiel #2
0
 public Vector2Save(Vector2Save vector)
 {
     this.x = vector.x;
     this.y = vector.y;
 }