![]()  | 
![]()  | 
![]()  | 
![]()  | 
Find the intersection of two rectangles
int PhRectIntersect( PhRect_t *rect1,
                     PhRect_t const *rect2 );
ph
This function finds the intersection of two rectangles. If rectangles rect1 and rect2 intersect, this function sets rect1 to that intersection.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
![]()  | 
![]()  | 
![]()  | 
![]()  |