Simplify types
This commit is contained in:
parent
6eddb4834b
commit
ba8b1a29fd
30 changed files with 52 additions and 76 deletions
|
|
@ -2,7 +2,7 @@ import { Physical } from '../physical';
|
|||
import { BoundingBoxBase } from '../bounding-boxes/bounding-box-base';
|
||||
|
||||
export class BoundingBoxList {
|
||||
constructor(private objects: Array<Physical> = []) {}
|
||||
constructor(private objects: Array<Physical> = []) { }
|
||||
|
||||
public insert(object: Physical) {
|
||||
this.objects.push(object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue