Class Vec3

java.lang.Object
com.banuba.sdk.scene.Vec3

public final class Vec3
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Vec3​(float x, float y, float z)  
  • Method Summary

    Modifier and Type Method Description
    float getX()  
    float getY()  
    float getZ()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Vec3

      public Vec3​(float x, float y, float z)
  • Method Details

    • getX

      public float getX()
    • getY

      public float getY()
    • getZ

      public float getZ()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object