Class Vector4

java.lang.Object
org.joml.Vector4f
zombie.core.math.Vector4
All Implemented Interfaces:
Externalizable, Serializable, org.joml.Vector4fc

public class Vector4 extends org.joml.Vector4f
See Also:
  • Field Summary

    Fields inherited from class org.joml.Vector4f

    w, x, y, z
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Vector4(float x, float y, float z, float w)
     
    Vector4(org.lwjgl.util.vector.Vector4f v)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.lwjgl.util.vector.Vector4f
    Get()
     
    void
    Set(org.lwjgl.util.vector.Vector4f v)
     

    Methods inherited from class org.joml.Vector4f

    absolute, absolute, add, add, add, add, angle, angleCos, ceil, ceil, distance, distance, distance, distanceSquared, distanceSquared, distanceSquared, div, div, div, div, div, div, dot, dot, equals, equals, equals, floor, floor, fma, fma, fma, fma, get, get, get, get, get, get, get, get, getToAddress, hashCode, hermite, isFinite, length, length, lengthSquared, lengthSquared, lengthSquared, lerp, lerp, max, max, maxComponent, min, min, minComponent, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mulAdd, mulAdd, mulAdd, mulAdd, mulAffine, mulAffineTranspose, mulProject, mulProject, mulProject, mulTranspose, mulTranspose, negate, negate, normalize, normalize, normalize, normalize, normalize3, normalize3, readExternal, rotate, rotate, rotateAbout, rotateAxis, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, round, round, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setComponent, setFromAddress, smoothStep, sub, sub, sub, sub, toString, toString, w, writeExternal, x, y, z, zero

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Vector4

      public Vector4()
    • Vector4

      public Vector4(float x, float y, float z, float w)
    • Vector4

      public Vector4(org.lwjgl.util.vector.Vector4f v)
  • Method Details

    • Get

      public org.lwjgl.util.vector.Vector4f Get()
    • Set

      public void Set(org.lwjgl.util.vector.Vector4f v)