computeRotationMatrix
This commit is contained in:
2
main.h
2
main.h
@@ -66,6 +66,7 @@ void drawSegment(DrawingContext *ctx, vector_t a, vector_t b);
|
||||
void drawPolygon(DrawingContext *ctx, int segments, int sides, ...);
|
||||
void drawTriangle(DrawingContext *ctx, const char *word);
|
||||
void drawBox(DrawingContext *ctx, const char *word1, const char *word2);
|
||||
void drawBoxLines(DrawingContext *ctx, const char *word1, const char *word2);
|
||||
void drawBoxStd(DrawingContext *ctx, const char *word, char base);
|
||||
void drawReflectors(DrawingContext *ctx);
|
||||
void drawAttractors(DrawingContext *ctx);
|
||||
@@ -80,6 +81,7 @@ void setupContext(DrawingContext *ctx);
|
||||
void destroyContext(DrawingContext *ctx);
|
||||
void print(DrawingContext *screen);
|
||||
int processEvent(GraphicsInfo *info, XEvent *ev);
|
||||
void computeRotationMatrix(DrawingContext *ctx, gsl_matrix *result, const char *type);
|
||||
void updateMatrices(DrawingContext *ctx);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user