Package zombie.core.math
Class Vector4
java.lang.Object
org.joml.Vector4f
zombie.core.math.Vector4
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
,Vector4fc
public class Vector4 extends Vector4f
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Vector4
public Vector4() -
Vector4
public Vector4(float float1, float float2, float float3, float float4) -
Vector4
public Vector4(org.lwjgl.util.vector.Vector4f vector4f)
-
-
Method Details
-
Get
public org.lwjgl.util.vector.Vector4f Get() -
Set
public void Set(org.lwjgl.util.vector.Vector4f vector4f)
-