Bitbybit Docs
    Preparing search index...

    Class RotationAxisAngleToMatrixDto (Inputs.OCCT)

    An axis, an angle and an optional center for transforms.rotationAxisAngleToMatrix.

    Index

    Constructors

    Properties

    Constructors

    Properties

    axis: Vector3

    The direction of the rotation axis.

    [0, 0, 1]
    
    angle: number

    The rotation in degrees, following the right-hand rule about the axis.

    0
    

    1

    center: Point3

    The point the axis passes through; the origin when left at its default.

    [0, 0, 0]