Function FRect.intersectRect
Wraps SDL_IntersectFRect
(from SDL 2.0.22) which attempts to get the rectangle of intersection
between two dsdl
s
Parameters
Name | Description |
---|---|
other | other dsdl with which the dsdl is intersected |
Returns
non-null Nullable!FRect
instance if intersection is present, otherwise a null one