fix method name on IShape2D

main
Evan Hemsley 2019-12-31 14:39:54 -08:00
parent c5ad88074c
commit be7b5f4dd6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public Vector2 Support(Vector2 direction, Transform2D transform)
---
##### **AABB AABB(Transform2D transform)**
##### **AABB TransformedAABB(Transform2D transform)**
A method which returns the axis-aligned bounding box for the transformed shape.