Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Scale3DShapesDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional scales: Vector3[]
    • Optional centers: Point3[]

    Returns Scale3DShapesDto<T>

Properties

centers

centers: Point3[]

Scale from the center

default

[[0, 0, 0]]

scales

scales: Vector3[]

Scale factor to apply

default

[[1, 1, 1]]

shapes

shapes: T[]

Shape to scale

default

undefined

Generated using TypeDoc