Bitbybit Docs
    Preparing search index...

    Class RotationCenterDto (Inputs.Transforms)

    A center and an angle for transforms.rotationCenterX, transforms.rotationCenterY and transforms.rotationCenterZ.

    Index

    Constructors

    Properties

    Constructors

    Properties

    angle: number

    How far to turn, in degrees; positive is counter-clockwise when the axis points toward you.

    90
    

    -Infinity

    Infinity

    1

    center: Point3

    The point the axis passes through; it stays in place.

    [0, 0, 0]