Class BroadcastConfiguration.Vec4

  • Enclosing class:
    BroadcastConfiguration

    public static class BroadcastConfiguration.Vec4
    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
      Vec4​(float x, float y, float z, float w)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public float x
      • y

        public float y
      • z

        public float z
      • w

        public float w
    • Constructor Detail

      • Vec4

        public Vec4​(float x,
                    float y,
                    float z,
                    float w)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object