hello, i have the following geometrical issue in 2D:
i have a point from which i cast an infinite angle (2D-cone) which is given by a direction and an angle. (the point and the direction form a vector and to each side half of the angle forms the 2D-cone)
now i want to check if another point in 2D is inside this cone or outside.
how can this be achieved? thanks!