Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Sphere

Index

Constructors

Properties

center: Vector3
radius: number

Methods

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

Generated using TypeDoc