Package vash.operation

Examples of vash.operation.Add


  // Unary Op
  @Test public void testAbs()    {this.runTest("3000", new Absolute(XCoord()));}
  @Test public void testInv()    {this.runTest("3100", new Invert(XCoord()));}

  // Binary Op
  @Test public void testAdd()    {this.runTest("3200", new Add(XCoord(), YCoord()));}
View Full Code Here

TOP

Related Classes of vash.operation.Add

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.