perimeter

abstract fun perimeter(): Double(source)

Computes the perimeter of the polygon.

The perimeter is the sum of the lengths of all edges.

Return

The perimeter of the polygon.