AABB.clone constructor
AABB.clone(
- AABB a
Implementation
AABB.clone(AABB a)
: left = a.left,
top = a.top,
right = a.right,
bottom = a.bottom;
AABB.clone(AABB a)
: left = a.left,
top = a.top,
right = a.right,
bottom = a.bottom;