Bitbybit Docs
    Preparing search index...

    Class ScaleCenterXYZDto (Inputs.Transforms)

    A center and a factor per axis for transforms.scaleCenterXYZ.

    Index

    Constructors

    Properties

    Constructors

    Properties

    center: Point3

    The point that stays in place while everything else moves away from it or toward it.

    [0, 0, 0]
    
    scaleXyz: Vector3

    The factor for each axis as [x, y, z]: [1, 2, 1] doubles distances along Y and leaves X and Z as they are.

    [1, 1, 1]