Package

software.uncharted.salt.core

projection

Permalink

package projection

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Projection[DC, TC, BC] extends Serializable

    Permalink

    A mapping from data-space to visualization-space (tile/bin coordinate).

    A mapping from data-space to visualization-space (tile/bin coordinate). While there are potentially an infinite number of tiles, each tile is finite in terms of the number of bins.

    DC

    the abstract type representing a data-space coordinate

    TC

    the abstract type representing a tile coordinate.

    BC

    the abstract type representing a bin coordinate. Must be something that can be represented in 1 dimension.

Value Members

  1. package numeric

    Permalink

Ungrouped