Class ModelTransformComposition

    • Method Detail

      • getPartTransformation

        public TransformationMatrix getPartTransformation​(java.lang.Object part)
        Specified by:
        getPartTransformation in interface IForgeModelTransform
        Parameters:
        part - Part of the model we are wanting to transform. An empty optional means we want a transform for the entire model.
        Returns:
        A transformation to apply to the part, if any. The coordinate system of the transform is determined by the part type.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object