Bitbybit Docs
    Preparing search index...

    Class RotationCenterAxisDto (Inputs.BabylonTransforms)

    Feeds babylon.transforms.rotationCenterAxis: the angle, the axis direction and the point the axis passes through.

    Index

    Constructors

    Properties

    Constructors

    Properties

    angle: number

    How far to turn, in degrees; positive follows the right-hand rule around the axis

    90
    

    -Infinity

    Infinity

    1

    axis: Vector3

    The direction of the axis, as [x, y, z]

    [0, 1, 0]
    
    center: Point3

    A point the axis passes through; it stays where it is

    [0, 0, 0]