Interface Transformation3d

All Known Implementing Classes:
Transformation3d.CppProxy

public interface Transformation3d
  • Method Details

    • setTranslation

      void setTranslation​(@NonNull Vec3 position)
    • getTranslation

      @NonNull Vec3 getTranslation()
    • setRotation

      void setRotation​(@NonNull Vec3 anglesDeg)
    • getRotation

      @NonNull Vec3 getRotation()
    • setScale

      void setScale​(@NonNull Vec3 factor)
    • getScale

      @NonNull Vec3 getScale()