meta data for this page
  •  

This is an old revision of the document!


Rectangle

A two dimensional shape made with four straight sides where all interior angles are right angles (90°).

Rectangle

Learn about rectangles at MathIsFun.com

The size specifies the size across X and Y axis. aa.

Defaults:

  • size : [2, 2]
  • center : [0, 0]
const myshape = rectangle({size: [3, 4])
const myshape = rectangle({size: [3, 4], center: [5, 5])