VIDI Presenter 3D Animator Toolkit


Animator Datatypes

Filename:	viditypes.h
 
 
#ifndef TRUE
#define TRUE		1
#define FALSE		0
#endif
 
#define PI              3.1415926535897
#define RAD2DEG         57.29577952
#define DEG2RAD         0.017453293
 
#define uchar		unsigned char
#define	schar		signed char
#define	boolean		unsigned char
#define Double		double
 
typedef struct Point3D {
	Double	x, y, z;
} Point3D, Point3D_Rec, *Point3D_Ptr, **Point3D_Hndl;
 
typedef Point3D Point3DArray[];
 
typedef Double		Tmat3_Rec[3][3];
typedef Double		Tmat4_Rec[4][4];
 
typedef Tmat3_Rec	*Tmat3_Ptr;
typedef Tmat4_Rec	*Tmat4_Ptr;
 

Back To Start Page


Last update 04MAR96 by Eric Popejoy.






Copyright © 1997 by WebNation
All trademarks are the property of their respective holders

Switch to Standard View