Interface Scale<Self>

All Known Subinterfaces:
Transform<Self>, TransformStack
All Known Implementing Classes:
ModelData, ModelTransformer.Params, PoseStackMixin

public interface Scale<Self>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Self
    scale(float factor)
     
    scale(float factorX, float factorY, float factorZ)
     
  • Method Details

    • scale

      Self scale(float factorX, float factorY, float factorZ)
    • scale

      default Self scale(float factor)