Solvers.h

Globals

Functions

  • OPint OPlineLineInter2 ( OPvec2* A, OPvec2* B, OPvec2* C, OPvec2* D, OPvec2* intersect )
OPlineLineInter2() - Computes the interesction point of two 2D-line
segments.
  • OPint OPrayLineInter2 ( OPvec2* O, OPvec2* D, OPvec2* A, OPvec2* B, OPvec2* intersect )
OPrayLineInter2() - Computes the interesction point of a 2D-line
segment and a 2D-ray.
  • OPint OPlineCircleInter2 ( OPvec2* A, OPvec2* B, OPvec2* CirclePos, OPfloat radSqr, OPvec2* intersection )
OPlineCircleInter2() - Computes the interesction point of a 2D-line
segment and a circle.