ClipperReversePath(PathD) Method |
Returns a reversed copy of a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD ReversePath(
PathD path
)
Parameters
- path PathD
- The path to reverse.
Return Value
PathDThe reversed path.
See Also