Class Mirror


  • public class Mirror
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Mirror​(double max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double inv​(double v)  
      java.awt.geom.Point2D invAndXYSwitch​(java.awt.geom.Point2D pt)  
      java.awt.geom.Point2D invGit​(java.awt.geom.Point2D pt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mirror

        public Mirror​(double max)
    • Method Detail

      • inv

        public double inv​(double v)
      • invAndXYSwitch

        public java.awt.geom.Point2D invAndXYSwitch​(java.awt.geom.Point2D pt)
      • invGit

        public java.awt.geom.Point2D invGit​(java.awt.geom.Point2D pt)