Determines whether any of the 4 corners of one rectangle are within a second rectangle. Both rectangles are submitted as c(x0,x1,y0,y1). If just one of the corners is inside, it returns true. See insideRectange(), which has a similar name but does something different.
1 | inside.rect(rect1, rect2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.