AABB.clone constructor

AABB.clone(
  1. AABB a
)

Implementation

AABB.clone(AABB a) : _buffer = Float32List.fromList(a.values);