math tag

12 questions


1 answers
109 views
0
Radius pixels when the sphere is projected into 2D Image.

I understand that 3D spheres are projected in circles in 2D Image. Of course, it is not a complete circle, but I understand that it gets closer to the circle depending on the performance of the camera...

1 years ago

1 answers
78 views
0
Question about cos and sin in math function

I'm using OpenGl, and when I'm studying, do #include<math.h> and define #define PI 3.141592 in the code. glBegin(GL_POINTS); for (double angle = 0.0; angle <= PI * 2.0; angle += PI / 30.0) { ...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.