Class UInt4

java.lang.Object
zombie.core.skinnedmodel.model.UInt4

public class UInt4
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int W  
    int X  
    int Y  
    int Z  
  • Constructor Summary

    Constructors
    Constructor Description
    UInt4​(int x, int y, int z, int w)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • X

      public int X
    • Y

      public int Y
    • Z

      public int Z
    • W

      public int W
  • Constructor Details

    • UInt4

      public UInt4​(int x, int y, int z, int w)