Package net.lenkaspace.creeper.vo

Examples of net.lenkaspace.creeper.vo.CRVector3d.multiplyBy()


  /**
   * Get vector that points in front of the situated model
   */
  public CRVector3d getLookAtVector() {
    CRVector3d v = this.getOrientationVector();
    v.multiplyBy(5);
    return v;
  }
 
 
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.