Package cofh.repack.codechicken.lib.vec

Examples of cofh.repack.codechicken.lib.vec.Matrix4


    i++;
  }

  public static Matrix4 getRenderMatrix(Vector3 position, Rotation rotation, double scale) {

    return new Matrix4().translate(position).apply(new Scale(scale)).apply(rotation);
  }
View Full Code Here

TOP

Related Classes of cofh.repack.codechicken.lib.vec.Matrix4

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.