- Preparing search index...
- The search index is not available
ara3d-webgl
Properties
max
min
Methods
clone
- clone(): Box2
-
containsBox
- containsBox(box: Box2): boolean
-
Returns boolean
containsPoint
- containsPoint(point: THREE.Vector2): boolean
-
Returns boolean
copy
- copy(box: Box2): Box2
-
distanceToPoint
- distanceToPoint(point: THREE.Vector2): number
-
Returns number
empty
- empty(): any
-
Returns any
equals
- equals(box: Box2): boolean
-
Returns boolean
expandByPoint
- expandByPoint(point: THREE.Vector2): Box2
-
expandByScalar
- expandByScalar(scalar: number): Box2
-
expandByVector
- expandByVector(vector: THREE.Vector2): Box2
-
intersect
- intersect(box: Box2): Box2
-
intersectsBox
- intersectsBox(box: Box2): boolean
-
Returns boolean
isEmpty
- isEmpty(): boolean
-
Returns boolean
isIntersectionBox
- isIntersectionBox(b: any): any
-
Returns any
makeEmpty
- makeEmpty(): Box2
-
setFromPoints
- setFromPoints(points: THREE.Vector2[]): Box2
-
translate
- translate(offset: THREE.Vector2): Box2
-
union
- union(box: Box2): Box2
-
Default
new THREE.Vector2( - Infinity, - Infinity )