Haskell Programming for computing intersection of 2 Lines or 2 Planes.
Please refer to Intersection of 2 Lines or 2 Planes Formula
-
clone the repository
-
open Haskell Compiler and redirect to the project directory.
-
command to execute in Haskell compiler to load the script -- :load "Intersection_Test.hs"
-
To display and compute line intersection output use command line
-
To display and compute plane intersection output command plane
Use Intersection_Test.hs, to change Line or Plane coefficients and repeat the above steps from step 2 for computing new intersection result.