Class Transformation3d.CppProxy

    • Method Detail

      • _djinni_private_destroy

        public void _djinni_private_destroy()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • setTranslation

        public void setTranslation​(Vec3 position)
        Description copied from interface: Transformation3d
        Sets transformation translation value.
        Specified by:
        setTranslation in interface Transformation3d
        Parameters:
        position - (vec3): translation value.
      • setRotation

        public void setRotation​(Vec3 angles)
        Description copied from interface: Transformation3d
        Sets transformation rotations angles. Angles must be in radians. Order of rotations is XYZ.
        Specified by:
        setRotation in interface Transformation3d
        Parameters:
        angles - (vec3): rotation value.
      • create

        @Nullable
        public static Transformation3d create()
        Description copied from interface: Transformation3d
        Fabric method for transformation creating.
        Returns:
        transformation component (transformation)