Class Vector4

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

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

    Fields
    Modifier and Type Field Description
    float w  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    Vector4()  
    Vector4​(float x, float y, float z, float w)  
    Vector4​(Vector4 vec)  
  • Method Summary

    Modifier and Type Method Description
    Vector4 set​(float x, float y, float z, float w)  
    Vector4 set​(Vector4 vec)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)