# Functions
Intersection computes the intersection point of the two lines using math.big.Float arithmetic.
OrientationIndex returns the index of the direction of point relative to a vector specified by vectorOrigin-vectorEnd
vectorOrigin - the origin point of the vector vectorEnd - the final point of the vector point - the point to compute the direction to
Returns CounterClockwise if point is counter-clockwise (left) from vectorOrigin-vectorEnd.