- circleIntersectsCircle
bool circleIntersectsCircle(CircleCollider circleA, CircleCollider circleB)
Undocumented in source. Be warned that the author may not have intended to support it.
- circleIntersectsRect
bool circleIntersectsRect(CircleCollider circle, RectCollider rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointIntersectsCircle
bool pointIntersectsCircle(PointCollider point, CircleCollider circle)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointIntersectsPoint
bool pointIntersectsPoint(PointCollider pointA, PointCollider pointB)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointIntersectsRect
bool pointIntersectsRect(PointCollider point, RectCollider rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- rectIntersectsRect
bool rectIntersectsRect(RectCollider rectA, RectCollider rectB)
Undocumented in source. Be warned that the author may not have intended to support it.