Update physics
This commit is contained in:
parent
1b7dee4be0
commit
d9d8d03c36
30 changed files with 447 additions and 552 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { BoundingBoxBase } from '../../shapes/bounding-box-base';
|
||||
import { BoundingBoxBase } from '../bounds/bounding-box-base';
|
||||
|
||||
export class BoundingBoxList {
|
||||
constructor(private boundingBoxes: Array<BoundingBoxBase> = []) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue