Bitbybit Docs
    Preparing search index...

    Class RotatePointsCenterAxisDto (Inputs.Point)

    Points, an axis, a center and an angle for point.rotatePointsCenterAxis.

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point3[]

    The points to rotate; they are not changed and the result keeps their order.

    undefined
    
    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.

    [0, 0, 0]