Methods
applyMatrix4
- applyMatrix4(matrix: any): Sphere
clampPoint
- clampPoint(point: any, target: any): any
containsPoint
- containsPoint(point: any): boolean
Parameters
Returns boolean
distanceToPoint
- distanceToPoint(point: any): number
equals
- equals(sphere: any): boolean
Parameters
Returns boolean
expandByPoint
- expandByPoint(point: any): Sphere
getBoundingBox
- getBoundingBox(target: any): any
intersectsBox
- intersectsBox(box: any): any
intersectsPlane
- intersectsPlane(plane: any): boolean
Parameters
Returns boolean
intersectsSphere
- intersectsSphere(sphere: any): boolean
Parameters
Returns boolean
set
- set(center: any, radius: any): Sphere
setFromPoints
- setFromPoints(points: any, optionalCenter: any): Sphere
Parameters
points: any
optionalCenter: any
translate
- translate(offset: any): Sphere