Package ae.structs

Examples of ae.structs.Vector2f


  private Vector2f point2D;
  private Vector2f delta2D;
  private Vector3f point3D;
 
  public GLMousePoint() {
    this(new Vector2f(), new Vector2f(), new Vector3f());
  }
View Full Code Here

TOP

Related Classes of ae.structs.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.