Fix typo
This commit is contained in:
parent
00d8e7ae81
commit
4e231821c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { vec2 } from 'gl-matrix';
|
import { vec2 } from 'gl-matrix';
|
||||||
|
|
||||||
// axes aligned
|
// axis-aligned
|
||||||
export abstract class BoundingBoxBase {
|
export abstract class BoundingBoxBase {
|
||||||
constructor(
|
constructor(
|
||||||
protected _xMin: number = 0,
|
protected _xMin: number = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue