Object

com.spark3d.geometryObjects

Shape3D

Related Doc: package geometryObjects

Permalink

object Shape3D extends Serializable

Generic objects describing 3D shapes. Other 3D shapes must extend this.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shape3D
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Shape3D extends AnyRef

    Permalink

    Generic methods for 3D shapes

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(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def isPointInShell(lower_sphere: Sphere, upper_sphere: Sphere, p: Point3D): Boolean

    Permalink

    Check whether a point belong to a spherical shell made by the difference of two spheres.

    Check whether a point belong to a spherical shell made by the difference of two spheres.

    lower_sphere

    : (Sphere) Lower sphere defining the lower bound of the shell (included).

    upper_sphere

    : (Sphere) Upper sphere defining the upper bound of the shell (excluded).

    p

    : (Point3D) Point of the space

    returns

    (Boolean) True if the point is between the two sphere.

  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def sphereSphereIntersection(sphere1: Shape3D, sphere2: Shape3D): Boolean

    Permalink

    Intersection between two spheres.

    Intersection between two spheres. We compare the distance between the two centers with the sum of the two radii. Work also with points (sphere with zero radius).

    sphere1

    : (Shape3D) Instance of Shape3D, and more specifically Sphere.

    sphere2

    : (Shape3D) Instance of Shape3D, and more specifically Sphere.

  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped