Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ScaleShapesDto

Index

Constructors

Properties

Constructors

constructor

  • new ScaleShapesDto<T>(shapes?: T[], factors?: number[]): ScaleShapesDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional factors: number[]

    Returns ScaleShapesDto<T>

Properties

factors

factors: number[]

Scale factor to apply

default

[1]

shapes

shapes: T[]

Shape to scale

default

undefined

Generated using TypeDoc