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

    Class TransformShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionaltranslation: Vector3[]
      • OptionalrotationAxes: Vector3[]
      • OptionalrotationDegrees: number[]
      • OptionalscaleFactors: number[]

      Returns TransformShapesDto<T>

    Properties

    shapes: T[]

    Shape to transform

    undefined
    
    translations: Vector3[]

    Translation to apply

    [[0,0,0]]
    
    rotationAxes: Vector3[]

    Rotation to apply

    [[0,1,0]]
    
    rotationAngles: number[]

    Rotation degrees

    [0]
    
    scaleFactors: number[]

    Scale factor to apply

    [1]