ScalePoint.SetScale

Sets the scaling factor to apply to the input value.

@param scale The scaling factor to apply.

The GetValue() method multiplies the ( @a x, @a y, @a z ) coordinates of the input value with a scaling factor before returning the output value from the source module.

  1. void SetScale(double scale)
    class ScalePoint
    void
    SetScale
    (
    double scale
    )
  2. void SetScale(double xScale, double yScale, double zScale)

Meta