Calculates the perimeter of a parallelogram.
The length
The width
// Returns 120const perimeter = Chalkboard.geom.parallelogramP(50, 10); Copy
// Returns 120const perimeter = Chalkboard.geom.parallelogramP(50, 10);
Calculates the perimeter of a parallelogram.