Home | History | Annotate | Download | only in math

Lines Matching refs:vect

147      * @param vect

151 public Vector3f set(Vector3f vect) {
152 this.x = vect.x;
153 this.y = vect.y;
154 this.z = vect.z;