Package

com.spark3d

geometryObjects

Permalink

package geometryObjects

Visibility
  1. Public
  2. All

Type Members

  1. class Point3D extends Shape3D with Serializable

    Permalink

    Class for describing a point in 3D space.

    Class for describing a point in 3D space. By default, the input coordinates are supposed euclidean, that is (x, y, z). The user can also work with spherical input coordinates (x=r, y=theta, z=phi) by setting the argument isSpherical=true.

  2. class Sphere extends Shape3D with Serializable

    Permalink

    Class to handle a Sphere

Value Members

  1. object Shape3D extends Serializable

    Permalink

    Generic objects describing 3D shapes.

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

Ungrouped