I use these 3 conditions to check if TempPoint2 is within a triangle. The center of the triangle is TempPoint and length of a median is 600.
- ((Y of TempPoint2) - ((Y of TempPoint) + 400.00)) Less than or equal to (1.73 x ((X of TempPoint2) - (X of TempPoint)))
- ((Y of TempPoint2) - ((Y of TempPoint) + 400.00)) Less than or equal to (-1.73 x ((X of TempPoint2) - (X of TempPoint)))
- ((Y of TempPoint2) - 200.00) Greater than or equal to (Y of TempPoint)