Cell constructor
Cell([
- AABB? aabb
Constructs a new cell with the given values.
Implementation
Cell([AABB? aabb]) {
this.aabb = aabb ?? AABB();
}
Constructs a new cell with the given values.
Cell([AABB? aabb]) {
this.aabb = aabb ?? AABB();
}