Class Matrix4

java.lang.Object
org.joml.Matrix4f
zombie.core.math.Matrix4
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Matrix4fc

public final class Matrix4
extends Matrix4f
See Also:
Serialized Form
  • Constructor Details

    • Matrix4

      public Matrix4​(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11, float float12, float float13, float float14, float float15, float float16)
    • Matrix4

      public Matrix4​(Matrix4 matrix4)
  • Method Details

    • Get

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

      public void Set​(org.lwjgl.util.vector.Matrix4f matrix4f)