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