Package vash.operation

Examples of vash.operation.Invert


  @Test public void testEllipse9() {this.runTest("2709", getEllipse(324, 0.5));}
  @Test public void testEllipse10() {this.runTest("2710", getEllipse(360, 1.0));}
 
  // Unary Op
  @Test public void testAbs()    {this.runTest("3000", new Absolute(XCoord()));}
  @Test public void testInv()    {this.runTest("3100", new Invert(XCoord()));}
View Full Code Here

TOP

Related Classes of vash.operation.Invert

Copyright © 2018 www.massapicom. 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.