Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'geometry'

1901762 - filled circle: c circle geometry
  1. static inline void drawFilledcircle(u16 *screenPtr, int cx, int cy, int radius, u8 r, u8 g, u8 b)
  2. {
  3.         int x;
  4.         int y;
  5.         int rr=radius*radius;
  6.         y=-radius;
  7.         do
  8.         {
  9.  
988244 - openGL great circle: camera opengl geometry sphere rotate
  1. #include <iostream>
  2. #include <SDL/SDL.h>
  3. #include <SDL/SDL_opengl.h>
  4. #include <cmath>
  5. using namespace std;
  6.  
  7. typedef struct {
  8.    double x,y,z;
  9.  
fantasy-obligation