Bitbybit Docs
    Preparing search index...

    Class RotationCenterAxisDto (Inputs.Transforms)

    An axis, a center and an angle for transforms.rotationCenterAxis.

    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

    axis: Vector3

    The direction of the axis to turn around.

    [0, 1, 0]
    
    center: Point3

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

    [0, 0, 0]