Advertising
advertising
related pastes to tag 'geometry'
- 1901762 - filled circle: c circle geometry
-
- static inline void drawFilledcircle(u16 *screenPtr, int cx, int cy, int radius, u8 r, u8 g, u8 b)
- {
- int x;
- int y;
- int rr=radius*radius;
- y=-radius;
- do
- {
- 988244 - openGL great circle: camera opengl geometry sphere rotate
-
- #include <iostream>
- #include <SDL/SDL.h>
- #include <SDL/SDL_opengl.h>
- #include <cmath>
- using namespace std;
- typedef struct {
- double x,y,z;