Checks if the plane is facing a given direction
True is the vector "direction" is the same side than the plane normal.
the direction to check if the plane is facing
value the dot product is compared against (returns true if dot <= epsilon)
Checks if the plane is facing a given direction
Returns
True is the vector "direction" is the same side than the plane normal.