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

    Class RotateAroundCenterDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    Shape to rotate

    undefined
    
    angle: number

    Angle of rotation to apply

    0
    
    center: Point3

    Center of the rotation

    [0, 0, 0]
    
    axis: Vector3

    Axis around which to rotate

    [0, 0, 1]