signedArea

abstract fun signedArea(): Double(source)

Given a ring of curves, the sum of area() will be the are enclosed by that ring. For clockwise rings, the sum will be negative, for counter-clockwise rings it will be positive.

Return

the signed area of the curve