Class Stg

    • Constructor Detail

      • Stg

        public Stg()
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the compontent
      • getDescription

        public java.lang.String getDescription()
        Get a description of the component
      • 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.
      • allValid

        public boolean allValid()
        The entire projection plane is valid
        Overrides:
        allValid in class Projecter