Defines | Functions

xgequatrotballd.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "xgedit.h"
#include "xgeprivate.h"
Include dependency graph for xgequatrotballd.c:

Defines

#define ANG   (PI/180.0)

Functions

void xge_DrawQuatRotBalld (xge_widget *er, boolean onscreen)
boolean xge_QuatRotBalldMsg (xge_widget *er, int msg, int key, short x, short y)
xge_widgetxge_NewQuatRotBalld (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, short R, xge_quatrotballd *qball, quaterniond *q, trans3d *tr, char *title)

Define Documentation

#define ANG   (PI/180.0)

Function Documentation

void xge_DrawQuatRotBalld ( xge_widget er,
boolean  onscreen 
)
xge_widget* xge_NewQuatRotBalld ( char  window_num,
xge_widget prev,
int  id,
short  w,
short  h,
short  x,
short  y,
short  R,
xge_quatrotballd qball,
quaterniond q,
trans3d tr,
char *  title 
)
boolean xge_QuatRotBalldMsg ( xge_widget er,
int  msg,
int  key,
short  x,
short  y 
)