Unity() public method

The identity Mobius transformation.
public Unity ( ) : void
return void
Beispiel #1
0
        public static Mobius Identity()
        {
            Mobius m = new Mobius();

            m.Unity();
            return(m);
        }
Beispiel #2
0
 public static Mobius Identity()
 {
     Mobius m = new Mobius();
     m.Unity();
     return m;
 }