Search:

Type: Posts; User: 64humans

Search: Search took 0.00 seconds.

  1. Nothing is being rendered using openGL but glClear() wors perfectly!

    Hi! I am developing a simple convex hull algorithm and visual representation of the solution. I want to render it using glfw3 and OpenGL. However, the window is created and everything it clears...
  2. What is the best way of getting clockwise angle of 2 points?

    So if I have two points p1 and p2 and I want to get their clockwise angle.

    So for example, if I had two points one at 10,10 and the other at 15, 15 I needed to get the angle that is 45.

    If I...
  3. Is this kind of dynamic memory allocation good?

    Hi! I just started learning a bit more intermediate C and I am implementing the Convex Hull algorithm. Now the problem I face is I don't want the user to have to enter the number of points he has. So...
Results 1 to 3 of 3