Class Besselian

  • All Implemented Interfaces:
    java.io.Serializable, Component

    public class Besselian
    extends SphereDistorter
    This class implements the distortion of Besselian coordinate systems.
    See Also:
    Serialized Form
    • Constructor Detail

      • Besselian

        public Besselian()
    • Method Detail

      • transform

        public final void transform​(double[] x,
                                    double[] y)
        Description copied from class: Transformer
        Convert a single point where the output vector is supplied.
        Specified by:
        transform in class Transformer
        Parameters:
        x - The input vector.
        y - The output vector, it may be the same as the input vector if the dimensionalities are the same. All transformers are expected to work with aliased inputs and output.