Interface AABB<Aabb, Vec, MinMax>
Methods
expandByAABB
- expandByAABB(other: Aabb): void
expandByPoint
- expandByPoint(point: Vec): void
expandByScalar
- expandByScalar(distance: number): void
expandByVector
- expandByVector(vec: Vec): void
moveByScalar
- moveByScalar(distance: number): void
moveByVector
- moveByVector(vec: Vec): void
moveCenterTo
- moveCenterTo(center: Vec): void