inside.rect: Determines whether any of the 4 corners of one rectangle are...

Description Usage

Description

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.

Usage

1
inside.rect(rect1, rect2)

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.