Java java.lang Math Geometry Line

Java examples for java.lang:Math Geometry Line

Description

Click the following links for the tutorial for java.lang and Math Geometry Line.

  1. Tests if a line from point 1 to point 2 is intersecting the rectangle rect.
  2. The fastest way to test if 2 line segments intersect.
  3. Interpolation of Catmull-Rom Spline
  4. Calculates the intersection location of the two lines formed by (x1, y1), (x2, y2) and (x3, y3), (x4, y4).
  5. Calculates the intersection location of the line formed by (x1, y1), (x2, y2) and the line segment formed by (x3, y3), (x4, y4).
  6. Calculates the intersection location of the line segments formed by (x1, y1), (x2, y2) and (x3, y3), (x4, y4).
  7. get Closest To Line Rectangle Corner
  8. Intersection between line, determined for two points, and a circle with radius x


  9. Checks whether line (x1, y1) - (x2, y2) and line (x3, y3) - (x4, y4) intersect.
  10. line Segments Intersect
  11. Calculates the intersection point of the line between point1 and point2 and the specified rectangle that is closest to point1.
  12. create Line Area
  13. find Closest Line
  14. Find the point on the line p0,p1 [x,y,z] a given fraction from p0.
  15. Extend a given line segment to a specified length.
  16. Find the intersections between a polygon and a straight line.


  17. Compute the intersection between two line segments, or two lines of infinite length.
  18. Find the 3D extent of a polyline.
  19. Check if two line segments intersects.
  20. Check if a specified line intersects a specified rectangle.
  21. Check if a specified polyline intersects a specified rectangle.
  22. Check if two points are on the same side of a given line.
  23. Computes the angle between two straight lines defined by three points Line 1: p1-p2 and line 2: p2-p3.
  24. clip Polyline With Polygon
  25. intersect Line Segments
  26. intersect Line Segment With Polygon
  27. Test if four points lay on one line.
  28. Tests if a line intersects with a rectangle.
  29. Check if two lines intersect.
  30. Returns the line fragments of the specified Shape.
  31. circle Line Intersection
  32. Returns intersection point of the rectangle and the line from the middle of that rectangle to the outer point.
  33. Returns angle between the line specified by points and y=0 line.
  34. get Collinear Point With Length
  35. get Collinear Point With Ratio
  36. get Median Line
  37. get Parallel Line
  38. get Perpendicular Point To Line
  39. Calculate the intersection of two lines.
  40. Computes the point nearest to the specified point p3 on the line defined by the two points p1 and p2.
  41. Returns less than zero if p2 is on the left hand side of the line created by p1 and theta and greater than zero if it is on the right hand side.
  42. Extend and merge intersecting lines
  43. generate Parallel Lines
  44. Get intersecting point of two lines
  45. Get intersecting part of a line and an area
  46. draw lines on regions
  47. Merge overlapping lines
  48. get Line Angle
  49. Linearly interpolates between two points.
  50. Calculates the intersection point where the two infinitely enlarged lines meet.
  51. Circle Line Intersections
  52. Returns value of the angle at point B , given a line from point A to B and from point B to C
  53. line Intersects Circle
  54. Interpolates between two end points.
  55. get Intersection Points
  56. Rotates a point around another specified point.
  57. This will check if two lines collide.
  58. Whether the point a is inside the N-D box implied by points b2 and b2 (i.e., in 2D, whether a is inside the box with diagonal b1-b2; in 3D, whether a is inside the cube with diagonal b1-b2).
  59. calculate the slope of (x values are taken as integer locations in list)