Examples of ptSegDistSq()


Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(0.0, line1.ptSegDistSq(new Point2D.Double(0.0, 0.0)));
    harness.check(0.0, line1.ptSegDistSq(new Point2D.Double(1.0, 0.0)));
    harness.check(49.0*49.0, line1.ptSegDistSq(new Point2D.Double(50.0, 0.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(0.0, line1.ptSegDistSq(new Point2D.Double(1.0, 0.0)));
    harness.check(49.0*49.0, line1.ptSegDistSq(new Point2D.Double(50.0, 0.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(49.0*49.0, line1.ptSegDistSq(new Point2D.Double(50.0, 0.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

    boolean pass = false;
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

    boolean pass = false;
    try {
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, 1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

    boolean pass = false;
    try {
      line1.ptSegDistSq(null);
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, 1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, 1.0)));
    harness.check(2501.0, line1.ptSegDistSq(new Point2D.Double(-50.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(0.0, -1.0)));
    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

    boolean pass = false;
    try {
      line1.ptSegDistSq(null);
    }
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

    harness.check(1.0, line1.ptSegDistSq(new Point2D.Double(1.0, -1.0)));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(new Point2D.Double(50.0, -1.0)));

    boolean pass = false;
    try {
      line1.ptSegDistSq(null);
    }
    catch (NullPointerException e) {
      pass = true;
    }
    harness.check(pass)
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

  implements Testlet
{
  public void test(TestHarness harness)
  {
    Line2D line1 = new Line2D.Double(0.0, 0.0, 1.0, 0.0);
    harness.check(2500.0, line1.ptSegDistSq(-50.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(0.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(1.0, 0.0));
    harness.check(49.0*49.0, line1.ptSegDistSq(50.0, 0.0));
    harness.check(2501.0, line1.ptSegDistSq(-50.0, 1.0));
    harness.check(1.0, line1.ptSegDistSq(0.0, 1.0));
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

{
  public void test(TestHarness harness)
  {
    Line2D line1 = new Line2D.Double(0.0, 0.0, 1.0, 0.0);
    harness.check(2500.0, line1.ptSegDistSq(-50.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(0.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(1.0, 0.0));
    harness.check(49.0*49.0, line1.ptSegDistSq(50.0, 0.0));
    harness.check(2501.0, line1.ptSegDistSq(-50.0, 1.0));
    harness.check(1.0, line1.ptSegDistSq(0.0, 1.0));
    harness.check(1.0, line1.ptSegDistSq(1.0, 1.0));
View Full Code Here

Examples of java.awt.geom.Line2D.ptSegDistSq()

  public void test(TestHarness harness)
  {
    Line2D line1 = new Line2D.Double(0.0, 0.0, 1.0, 0.0);
    harness.check(2500.0, line1.ptSegDistSq(-50.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(0.0, 0.0));
    harness.check(0.0, line1.ptSegDistSq(1.0, 0.0));
    harness.check(49.0*49.0, line1.ptSegDistSq(50.0, 0.0));
    harness.check(2501.0, line1.ptSegDistSq(-50.0, 1.0));
    harness.check(1.0, line1.ptSegDistSq(0.0, 1.0));
    harness.check(1.0, line1.ptSegDistSq(1.0, 1.0));
    harness.check(49.0*49.0+1.0, line1.ptSegDistSq(50.0, 1.0));
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.