Searched refs:vector2f (Results 1 – 1 of 1) sorted by relevance
91 public Vector2f(Vector2f vector2f) { in Vector2f() argument92 this.x = vector2f.x; in Vector2f()93 this.y = vector2f.y; in Vector2f()