bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ScaleShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalfactors: number[]

      Returns ScaleShapesDto<T>

    Properties

    shapes: T[]

    Shape to scale

    undefined
    
    factors: number[]

    Scale factor to apply

    [1]