Bitbybit Docs
    Preparing search index...

    Class ScaleFromCenterDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalfactor: number
      • Optionalcenter: Point3

      Returns ScaleFromCenterDto<T>

    Properties

    shape: T

    Shape to scale

    undefined
    
    factor: number

    Uniform scale factor

    1
    

    0.1

    center: Point3

    Center point to scale about

    [0, 0, 0]