Package com.metsci.glimpse.support.projection

Provides projections which deform rectangular data blocks stored as textures into data coordinates.

See:
          Description

Interface Summary
InvertibleProjection A complement interface Projection which provides the inverse transform for invertible projections.
Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto.
 

Class Summary
FlatProjection A simple projection which maps a texture onto a rectangle in physical coordinates with bottom-left corner at (minX, minY) and upper-right corner at (maxX, maxY).
GenericProjection An alternative means of specifying a general projection.
PolarProjection A projection which maps a texture into a circle or annulus (or an angular wedge of the above).
TangentPlaneProjection A projection which maps a texture with data values spaced uniformly in lat/lon space onto a flat tangent plane defined by the provided TangentPlane object.
 

Package com.metsci.glimpse.support.projection Description

Provides projections which deform rectangular data blocks stored as textures into data coordinates. Provides common projection implementations such as polar, Mercator, and local tangent plane.

See Also:
com.metsci.glimpse.gl.texture, com.metsci.glimpse.support.texture


Copyright © 2012 Metron, Inc.. All Rights Reserved.