Package com.banuba.sdk.scene
Class Transformation3d.CppProxy
java.lang.Object
com.banuba.sdk.scene.Transformation3d.CppProxy
- All Implemented Interfaces:
Transformation3d
- Enclosing interface:
- Transformation3d
public static final class Transformation3d.CppProxy extends java.lang.Object implements Transformation3d
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Transformation3d
Transformation3d.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
Vec3
getRotation()
Vec3
getScale()
Vec3
getTranslation()
void
setRotation(Vec3 anglesDeg)
void
setScale(Vec3 factor)
void
setTranslation(Vec3 position)
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
setTranslation
- Specified by:
setTranslation
in interfaceTransformation3d
-
getTranslation
- Specified by:
getTranslation
in interfaceTransformation3d
-
setRotation
- Specified by:
setRotation
in interfaceTransformation3d
-
getRotation
- Specified by:
getRotation
in interfaceTransformation3d
-
setScale
- Specified by:
setScale
in interfaceTransformation3d
-
getScale
- Specified by:
getScale
in interfaceTransformation3d
-