Class BroadcastConfiguration.Vec4

java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastConfiguration.Vec4
Enclosing class:
BroadcastConfiguration

public static class BroadcastConfiguration.Vec4 extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vec4(float x, float y, float z, float w)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

    clone, 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

    • Vec4

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