Closed vorg closed 9 months ago
Aligning with pex-math
pex-math
aabb.fromPoints(points)
aabb.fromPoints(aabb, points)
aabb.setEmpty(aabb)
aabb.size
rect.fromPoints
rect.fromPoints(rect, points)
rect.getSize
Aligning with
pex-math
aabb
aabb.fromPoints(points)
->aabb.fromPoints(aabb, points)
aabb.setEmpty(aabb)
is missingaabb.size
rect
rect.fromPoints
->rect.fromPoints(rect, points)
rect.getSize