Class Vector4f

java.lang.Object
org.lwjglx.util.vector.Vector
org.lwjglx.util.vector.Vector4f
All Implemented Interfaces:
java.io.Serializable, ReadableVector, ReadableVector2f, ReadableVector3f, ReadableVector4f, WritableVector2f, WritableVector3f, WritableVector4f

public class Vector4f
extends Vector
implements java.io.Serializable, ReadableVector4f, WritableVector4f
See Also:
Serialized Form
  • Field Details

    • x

      public float x
    • y

      public float y
    • z

      public float z
    • w

      public float w
  • Constructor Details

    • Vector4f

      public Vector4f()
    • Vector4f

      public Vector4f​(ReadableVector4f readableVector4f)
    • Vector4f

      public Vector4f​(float float1, float float2, float float3, float float4)
  • Method Details