- Preparing search index...
- The search index is not available
ara3d-webgl
Constructors
constructor
- new Sphere(center?: THREE.Vector3, radius?: number): Sphere
-
Properties
center
radius
radius: number
Methods
applyMatrix4
- applyMatrix4(matrix: Matrix4): Sphere
-
clone
- clone(): Sphere
-
containsPoint
- containsPoint(point: THREE.Vector3): boolean
-
Returns boolean
copy
- copy(sphere: Sphere): Sphere
-
distanceToPoint
- distanceToPoint(point: THREE.Vector3): number
-
Returns number
empty
- empty(): any
-
Returns any
equals
- equals(sphere: Sphere): boolean
-
Returns boolean
expandByPoint
- expandByPoint(point: THREE.Vector3): Sphere
-
getBoundingBox
- getBoundingBox(target: Box3): Box3
-
intersectsBox
- intersectsBox(box: Box3): boolean
-
Returns boolean
intersectsPlane
- intersectsPlane(plane: Plane): boolean
-
Returns boolean
intersectsSphere
- intersectsSphere(sphere: Sphere): boolean
-
Returns boolean
isEmpty
- isEmpty(): boolean
-
Returns boolean
makeEmpty
- makeEmpty(): Sphere
-
set
- set(center: THREE.Vector3, radius: number): Sphere
-
translate
- translate(offset: THREE.Vector3): Sphere
-
union
- union(sphere: Sphere): Sphere
-
Default
new Vector3()