Class Csc

    • Constructor Detail

      • Csc

        public Csc()
    • Method Detail

      • getName

        public String getName()
        Get the name of the component
      • getDescription

        public String getDescription()
        Get a descrption of the component
      • getXTiling

        public double getXTiling()
        This map can repeat in X.
        Overrides:
        getXTiling in class Projecter
        Returns:
        The period in X in radians. A value of 0 means that there is not periodicity.
      • transform

        public final void transform​(double[] sphere,
                                    double[] plane)
        Project a point from the sphere to the plane.
        Specified by:
        transform in class Transformer
        Parameters:
        sphere - a double[3] unit vector
        plane - a double[2] preallocated vector.
      • validPosition

        public boolean validPosition​(double[] plane)
        Description copied from class: Projecter
        Is this a valid position in the projection plane for this image. This default is appropriate for all projections where the projection plane is infinite.
        Overrides:
        validPosition in class Projecter