Examples of Squircle


Examples of vash.operation.Squircle

  @Test public void testSincN1x0()  {this.runTest("4102", new Sinc(-1, 0, XCoord()));}
  //@Test public void testSinc10PIx0()  {this.runTest("4103", new Sinc(31.4, 0, XCoord()));}
  //@Test public void testSinc10PIxPI2(){this.runTest("4104", new Sinc(31.4, 15.7, XCoord()));}

  // squircle
  @Test public void testSquircleCirle()  {this.runTest("4200", new Squircle(0, 0, 1, 2, c0(), c0()));}
View Full Code Here

Examples of vash.operation.Squircle

  //@Test public void testSinc10PIx0()  {this.runTest("4103", new Sinc(31.4, 0, XCoord()));}
  //@Test public void testSinc10PIxPI2(){this.runTest("4104", new Sinc(31.4, 15.7, XCoord()));}

  // squircle
  @Test public void testSquircleCirle()  {this.runTest("4200", new Squircle(0, 0, 1, 2, c0(), c0()));}
  @Test public void testSquircleStripe()  {this.runTest("4201", new Squircle(0, 0, 1, 4, XCoord(), XCoord()));}
View Full Code Here

Examples of vash.operation.Squircle

  //@Test public void testSinc10PIxPI2(){this.runTest("4104", new Sinc(31.4, 15.7, XCoord()));}

  // squircle
  @Test public void testSquircleCirle()  {this.runTest("4200", new Squircle(0, 0, 1, 2, c0(), c0()));}
  @Test public void testSquircleStripe()  {this.runTest("4201", new Squircle(0, 0, 1, 4, XCoord(), XCoord()));}
  @Test public void testSquircleOffset()  {this.runTest("4202", new Squircle(1, -1, 2, 2, c0(), c0()));}
View Full Code Here

Examples of vash.operation.Squircle

  // squircle
  @Test public void testSquircleCirle()  {this.runTest("4200", new Squircle(0, 0, 1, 2, c0(), c0()));}
  @Test public void testSquircleStripe()  {this.runTest("4201", new Squircle(0, 0, 1, 4, XCoord(), XCoord()));}
  @Test public void testSquircleOffset()  {this.runTest("4202", new Squircle(1, -1, 2, 2, c0(), c0()));}
  @Test public void testSquircleCorner()  {this.runTest("4203", new Squircle(0, 0, 1.414, 2, c0(), c0()));}
View Full Code Here

Examples of vash.operation.Squircle

  // squircle
  @Test public void testSquircleCirle()  {this.runTest("4200", new Squircle(0, 0, 1, 2, c0(), c0()));}
  @Test public void testSquircleStripe()  {this.runTest("4201", new Squircle(0, 0, 1, 4, XCoord(), XCoord()));}
  @Test public void testSquircleOffset()  {this.runTest("4202", new Squircle(1, -1, 2, 2, c0(), c0()));}
  @Test public void testSquircleCorner()  {this.runTest("4203", new Squircle(0, 0, 1.414, 2, c0(), c0()));}
  @Test public void testSquircleSquare()  {this.runTest("4204", new Squircle(0, 0, 1, 4, c0(), c0()));}
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.