Package

com.astrolabsoftware.spark3d

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedUniquePriorityQueue[A <: Shape3D] extends Iterable[A] with Growable[A] with Serializable

    Permalink

    A wrapper on top of the normal priority queue, so that it is bounded by a given capacity (in case of overflow, replace the element based on the priority defined) and at the same time ensure that the priority queue contains only unique elements.

  2. class ExtPointing extends Pointing with Serializable

    Permalink
  3. class GeometryObjectComparator[A <: Shape3D] extends Ordering[A]

    Permalink

Value Members

  1. object GridType extends Enumeration

    Permalink

    Define a new enumeration with a type alias and work with the full set of enumerated values.

    Define a new enumeration with a type alias and work with the full set of enumerated values. The Java equivalent is enum.

  2. object Utils

    Permalink

Ungrouped