Examples of drehe()


Examples of fmg.fmg8.graphVis.zeichenModi.Polygon2D.drehe()

       
        p.skaliere(
                Vektor2D.NULL_VEKTOR,
                new Vektor2D(1 / this.dicken.get(0), 1 / this.dicken.get(0)));
       
        p.drehe(Vektor2D.NULL_VEKTOR, winkel);
       
        return p;
    }
   
    /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.