ClipperScalePathsD Method |
Scales and converts integer paths to floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD ScalePathsD(
Paths64 paths,
double scale
)
Parameters
- paths Paths64
- The paths to scale and convert.
- scale Double
- The scale factor.
Return Value
PathsDThe scaled floating-point paths.
See Also