Calculates the perimeter of a trapezoid.
The first side length
The second side length
The third side length
The fourth side length
// Returns 24const perimeter = Chalkboard.geom.trapezoidP(10, 7, 5, 2); Copy
// Returns 24const perimeter = Chalkboard.geom.trapezoidP(10, 7, 5, 2);
Calculates the perimeter of a trapezoid.