Package com.googlecode.gwtgl.example.client.util.math

Examples of com.googlecode.gwtgl.example.client.util.math.Vector2f


  private static Vector3f vec(float x, float y, float z) {
    return new Vector3f(x, y, z);
  }

  private static Vector2f vec(float u, float v) {
    return new Vector2f(u, v);
  }
View Full Code Here

TOP

Related Classes of com.googlecode.gwtgl.example.client.util.math.Vector2f

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.