prova.collision.resolve

Undocumented in source.

Members

Functions

resolveCircleCircle
Vector2 resolveCircleCircle(CircleCollider colliderA, CircleCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveCircleCorners
Vector2 resolveCircleCorners(CircleCollider circle, Rect rectBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveCircleRect
Vector2 resolveCircleRect(CircleCollider colliderA, RectCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolvePointCircle
Vector2 resolvePointCircle(PointCollider colliderA, CircleCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolvePointPoint
Vector2 resolvePointPoint(PointCollider colliderA, PointCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolvePointRect
Vector2 resolvePointRect(PointCollider colliderA, RectCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveRectBounds
Vector2 resolveRectBounds(Rect boundsA, Rect boundsB)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveRectRect
Vector2 resolveRectRect(RectCollider colliderA, RectCollider colliderB)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta