* Tests whether a point lies to the left of a line * @param {Vector} linePoint Point on the line * @param {Vector} lineDirection * @param {Vector} point * @return {Vector} true if left, false otherwise
(linePoint: Vector, lineDirection: Vector, point: Vector)