Package com.banuba.sdk.scene
Interface Transformation3d
- All Known Implementing Classes:
Transformation3d.CppProxy
public interface Transformation3d
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Transformation3d.CppProxy
-
Method Summary
Modifier and Type Method Description Vec3
getRotation()
Vec3
getScale()
Vec3
getTranslation()
void
setRotation(Vec3 anglesDeg)
void
setScale(Vec3 factor)
void
setTranslation(Vec3 position)
-
Method Details
-
setTranslation
-
getTranslation
-
setRotation
-
getRotation
-
setScale
-
getScale
-