This commit is contained in:
Andras Schmelczer 2022-09-20 13:39:01 +02:00
parent 00d8e7ae81
commit 4e231821c7
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -1,6 +1,6 @@
import { vec2 } from 'gl-matrix';
// axes aligned
// axis-aligned
export abstract class BoundingBoxBase {
constructor(
protected _xMin: number = 0,