Bitbybit Docs
    Preparing search index...

    Class ScalePointsCenterXYZDto (Inputs.Point)

    Points, a center and a factor per axis for point.scalePointsCenterXYZ.

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point3[]

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

    undefined
    
    center: Point3

    The point that stays in place while the others move 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]