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

    Class RotateShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalaxes: Vector3[]
      • Optionalangles: number[]

      Returns RotateShapesDto<T>

    Properties

    shapes: T[]

    Shape to rotate

    undefined
    
    axes: Vector3[]

    Axis on which to rotate

    [[0, 0, 1]]
    
    angles: number[]

    Rotation degrees

    [0]