Package com.banuba.sdk.scene
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
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 classjava.lang.Object
-