hasIntersection method

bool hasIntersection(
  1. Pointer<SdlRect> b
)

Implementation

bool hasIntersection(Pointer<SdlRect> b) {
  // 22
  return sdlHasIntersection(this, b);
}