ClipperScalePaths(Paths64, Double) Method |
Scales integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 ScalePaths(
Paths64 paths,
double scale
)
Parameters
- paths Paths64
- The paths to scale.
- scale Double
- The scale factor.
Return Value
Paths64The scaled paths.
See Also