Class VectorUtil

java.lang.Object
zombie.core.math.VectorUtil

public class VectorUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.lwjgl.util.vector.Vector3f
    addScaled(org.lwjgl.util.vector.Vector3f a, org.lwjgl.util.vector.Vector3f b, float scale, org.lwjgl.util.vector.Vector3f result)
     
    static org.lwjgl.util.vector.Vector3f
    setScaled(org.lwjgl.util.vector.Vector3f a, float scale, org.lwjgl.util.vector.Vector3f result)
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VectorUtil

      public VectorUtil()
  • Method Details

    • addScaled

      public static org.lwjgl.util.vector.Vector3f addScaled(org.lwjgl.util.vector.Vector3f a, org.lwjgl.util.vector.Vector3f b, float scale, org.lwjgl.util.vector.Vector3f result)
    • setScaled

      public static org.lwjgl.util.vector.Vector3f setScaled(org.lwjgl.util.vector.Vector3f a, float scale, org.lwjgl.util.vector.Vector3f result)