Class Stg.StgDeproj

    • Constructor Detail

      • StgDeproj

        public StgDeproj()
    • Method Detail

      • getName

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

        public String getDescription()
        Get a description of the component
      • transform

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