.cartesian_perimeter: Perimeter Of A Polygon In Cartesian Space
Description
Given a set of Cartesian coordinates representing a polygon,
this function computes the perimeter of the polygon.
Usage
.cartesian_perimeter(x, y)
Arguments
- x
A vector of x coordinates.
- y
A vector of y coordinates.