ClipperArea(PathsD) Method |
Calculates the signed area of floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Area(
PathsD paths
)
Parameters
- paths PathsD
- The paths whose signed areas are calculated.
Return Value
DoubleThe sum of the signed areas.
See Also