Object/Class

cesium

BoundingSphere

Related Docs: class BoundingSphere | package cesium

Permalink

object BoundingSphere extends Object with PackableStatic

Annotations
@native() @JSName( "Cesium.BoundingSphere" )
Linear Supertypes
PackableStatic, Packable, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundingSphere
  2. PackableStatic
  3. Packable
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(sphere: BoundingSphere, result: BoundingSphere = ???): BoundingSphere

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computePlaneDistances(sphere: BoundingSphere, position: Cartesian3, direction: Cartesian3, result: Interval = ???): Interval

    Permalink
  8. def distanceSquaredTo(sphere: BoundingSphere, cartesian: Cartesian3): Double

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(left: BoundingSphere = ???, right: BoundingSphere = ???): Boolean

    Permalink
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def expand(sphere: BoundingSphere, point: Cartesian3, result: BoundingSphere = ???): BoundingSphere

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromBoundingSpheres(boundingSpheres: Array[BoundingSphere], result: BoundingSphere = ???): BoundingSphere

    Permalink
  15. def fromCornerPoints(corner: Cartesian3 = ???, oppositeCorner: Cartesian3 = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  16. def fromEllipsoid(ellipsoid: Ellipsoid, result: BoundingSphere = ???): BoundingSphere

    Permalink
  17. def fromEncodedCartesianVertices(positionsHigh: Array[Double], positionsLow: Array[Double], result: BoundingSphere = ???): BoundingSphere

    Permalink
  18. def fromOrientedBoundingBox(orientedBoundingBox: OrientedBoundingBox, result: BoundingSphere = ???): BoundingSphere

    Permalink
  19. def fromPoints(positions: Array[Cartesian3], result: BoundingSphere = ???): BoundingSphere

    Permalink
  20. def fromRectangle2D(rectangle: Rectangle, projection: Any = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  21. def fromRectangle3D(rectangle: Rectangle, ellipsoid: Ellipsoid = ???, surfaceHeight: Double = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  22. def fromRectangleWithHeights2D(rectangle: Rectangle, projection: Any = ???, minimumHeight: Double = ???, maximumHeight: Double = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  23. def fromVertices(positions: Array[Double], center: Cartesian3 = ???, stride: Double = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def intersectPlane(sphere: BoundingSphere, plane: Plane): Intersect

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isOccluded(sphere: BoundingSphere, occluder: Occluder): Boolean

    Permalink
  30. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def pack(value: Object, array: Array[Double], startingIndex: Int = ???): Array[Double]

    Permalink
    Definition Classes
    PackableStatic
  35. var packedLength: Int

    Permalink
    Definition Classes
    PackableStatic
  36. def projectTo2D(sphere: BoundingSphere, projection: Any = ???, result: BoundingSphere = ???): BoundingSphere

    Permalink
  37. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def transform(sphere: BoundingSphere, transform: Matrix4, result: BoundingSphere = ???): BoundingSphere

    Permalink
  42. def transformWithoutScale(sphere: BoundingSphere, transform: Matrix4, result: BoundingSphere = ???): BoundingSphere

    Permalink
  43. def union(left: BoundingSphere, right: BoundingSphere, result: BoundingSphere = ???): BoundingSphere

    Permalink
  44. def unpack(array: Array[Double], startingIndex: Int = ???, result: Object = ???): Object

    Permalink
    Definition Classes
    PackableStatic
  45. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PackableStatic

Inherited from Packable

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped