Class IntersectLineRay

java.lang.Object
org.jhotdraw8.geom.intersect.IntersectLineRay

public class IntersectLineRay extends Object
  • Method Details

    • intersectRayLineEx

      public static @NonNull IntersectionResultEx intersectRayLineEx(double aox, double aoy, double adx, double ady, double amax, double b0x, double b0y, double b1x, double b1y, double epsilon)