Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Scale3DDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional scale: Vector3
    • Optional center: Point3

    Returns Scale3DDto<T>

Properties

center

center: Point3

Scale from the center

default

[0, 0, 0]

scale

scale: Vector3

Scale factor to apply

default

[1, 1, 1]

shape

shape: T

Shape to scale

default

undefined

Generated using TypeDoc