Calculates the surface area of a rectangular prism.
// Returns 220const area = Chalkboard.geom.rectangularprismA(5, 4, 10); Copy
// Returns 220const area = Chalkboard.geom.rectangularprismA(5, 4, 10);
The length
The width
The height
Calculates the surface area of a rectangular prism.
Example