Package

com.spark3d

geometry

Permalink

package geometry

Visibility
  1. Public
  2. All

Type Members

  1. class BoxEnvelope extends Envelope

    Permalink

    Defines a cubical region of 3D coordinate space.

    Defines a cubical region of 3D coordinate space. This can be used to define a bounding box of a geometryObject

    An cube Envelope can be uniquely defined based on minimum and maximum coordinates along all three axes. On creating the cube Envelope initially, the min's and max's are assigned automatically.

    Default constructor is kept private to avoid creating an instance of the cube Envelope class without initialising the min/max coordinates along axes incorrectly.

  2. class Envelope extends Serializable

    Permalink
  3. class ShellEnvelope extends Envelope

    Permalink

    Defines a shell of 3D coordinate space.

    Defines a shell of 3D coordinate space. Shell here is made by a difference of of two two concentric spheres. This can be used to define a bounding box of a geometryObject

    An Shell Envelope can be uniquely defined based on the center and its outer and inner radius.

Value Members

  1. object BoxEnvelope extends Serializable

    Permalink
  2. object ShellEnvelope extends Serializable

    Permalink

Ungrouped