Searched defs:vecy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java697 * If both <code>vecx</code> and <code>vecy</code> are 0.0,
701 * AffineTransform.getRotateInstance(Math.atan2(vecy, vecx));
705 * @param vecy the Y coordinate of the rotation vector
710 public static AffineTransform getRotateInstance(double vecx, double vecy) { argument
712 Tx.setToRotation(vecx, vecy);
724 * If both <code>vecx</code> and <code>vecy</code> are 0.0,
728 * AffineTransform.getRotateInstance(Math.atan2(vecy, vecx),
733 * @param vecy the Y coordinate of the rotation vector
742 double vecy,
747 Tx.setToRotation(vecx, vecy, anchor
741 getRotateInstance(double vecx, double vecy, double anchorx, double anchory) argument
1485 rotate(double vecx, double vecy) argument
1537 rotate(double vecx, double vecy, double anchorx, double anchory) argument
1900 setToRotation(double vecx, double vecy) argument
1955 setToRotation(double vecx, double vecy, double anchorx, double anchory) argument
[all...]

Completed in 5020 milliseconds