-
Notifications
You must be signed in to change notification settings - Fork 0
Rectangle_in_rectangle
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Calculates the difference between two angles and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| sx1 | double | left coordinate of the source rectangle |
| sy1 | double | top coordinate of the source rectangle |
| sx2 | double | right coordinate of the source rectangle |
| sy2 | double | bottom coordinate of the source rectangle |
| dx1 | double | left coordinate of the destination rectangle |
| dy1 | double | top coordinate of the destination rectangle |
| dx2 | double | right coordinate of the destination rectangle |
| dy2 | double | bottom coordinate of the destination rectangle |
integer: Returns the intersection of the rectangles, 0 for none, 1 for encompassed, and 2 for overlapping.
// demonstrates checking if two rectangles intersect
NOTOC
Category:Function:Real
This is number 1