vector_scale ( : : Input, ScaleFactor : Scaled )

Changing the length (= number of values) of a tuplet.

The operator vector_scale executes a zooming of a field of floating point numbers. The tuplet Input may contain any number of values.


Parameters

Input (input_control)
number-array -> real
Tuplet of floating point numbers.

ScaleFactor (input_control)
number -> real
Scaling factor for changing the length.
Default value: 2.0
Suggested values: 0.1, 0.2, 0.5, 0.7, 1.0, 1.5, 2.0, 2.5, 3.0
Range of values: 0.01 <= ScaleFactor <= 50.0 (lin)
Minimum increment: 0.1
Recommended increment: 0.2

Scaled (output_control)
number-array -> real
Tuplet with changed length.



Copyright © 1996-1997 MVTec Software GmbH