Aabb3T constructor

Aabb3T({
  1. required Vec3T min,
  2. required Vec3T max,
})

Implementation

Aabb3T({required this.min, required this.max});