Pseudocode Calculation
Pseudocode Calculation
//////////////////////////////////////////////////
PRIVATE FUNCTION isLeft
RECEIVE: 3 integers, 1 represents the Line number
the other 2 represents the coordinates of
the point
calculate to see that if the point is at the left side
of the line
endisLeft
//////////////////////////////////////////////////
//////////////////////////////////////////////////
PRIVATE FUNCTION isRight
RECEIVE: 3 integers, 1 represents the Line number
the other 2 represents the coordinates of
the point
calculate to see that if the point is at the right side
of the line
endisLeft
//////////////////////////////////////////////////