Class Vector4

java.lang.Object
zombie.core.skinnedmodel.Vector4

public final class Vector4 extends Object
Created by LEMMYATI on 03/01/14.
  • Field Details

    • x

      public float x
    • y

      public float y
    • z

      public float z
    • w

      public float w
  • Constructor Details

    • Vector4

      public Vector4()
    • Vector4

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

      public Vector4(Vector4 vec)
  • Method Details

    • set

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

      public Vector4 set(Vector4 vec)