Class IntersectRayLine

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

public class IntersectRayLine 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)