Class Scale


  • public class Scale
    extends Object
    Scale is a Transformer that stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.
    Author:
    Martin Pernollet
    • Constructor Detail

      • Scale

        public Scale​(Coord3d scale)
        Initialize a Scale.
        Parameters:
        scale - scaling factor.