Calculates the area of a parallelogram.
// Returns 500const area = Chalkboard.geom.parallelogramA(50, 10); Copy
// Returns 500const area = Chalkboard.geom.parallelogramA(50, 10);
The length
The width
Calculates the area of a parallelogram.
Example