src/echo/set.c File Reference

#include "echo.h"
#include "privateEcho.h"

Include dependency graph for set.c:


Functions

void echoSphereSet (echoObject *sphere, echoPos_t x, echoPos_t y, echoPos_t z, echoPos_t rad)
void echoCylinderSet (echoObject *cylind, int axis)
void echoSuperquadSet (echoObject *squad, int axis, echoPos_t A, echoPos_t B)
void echoRectangleSet (echoObject *rect, echoPos_t ogx, echoPos_t ogy, echoPos_t ogz, echoPos_t e0x, echoPos_t e0y, echoPos_t e0z, echoPos_t e1x, echoPos_t e1y, echoPos_t e1z)
void echoTriangleSet (echoObject *tri, echoPos_t x0, echoPos_t y0, echoPos_t z0, echoPos_t x1, echoPos_t y1, echoPos_t z1, echoPos_t x2, echoPos_t y2, echoPos_t z2)
void echoTriMeshSet (echoObject *trim, int numV, echoPos_t *pos, int numF, int *vert)
void echoInstanceSet (echoObject *inst, echoPos_t *M, echoObject *obj)

Function Documentation

void echoCylinderSet ( echoObject cylind,
int  axis 
)

void echoInstanceSet ( echoObject inst,
echoPos_t M,
echoObject obj 
)

void echoRectangleSet ( echoObject rect,
echoPos_t  ogx,
echoPos_t  ogy,
echoPos_t  ogz,
echoPos_t  e0x,
echoPos_t  e0y,
echoPos_t  e0z,
echoPos_t  e1x,
echoPos_t  e1y,
echoPos_t  e1z 
)

void echoSphereSet ( echoObject sphere,
echoPos_t  x,
echoPos_t  y,
echoPos_t  z,
echoPos_t  rad 
)

void echoSuperquadSet ( echoObject squad,
int  axis,
echoPos_t  A,
echoPos_t  B 
)

void echoTriangleSet ( echoObject tri,
echoPos_t  x0,
echoPos_t  y0,
echoPos_t  z0,
echoPos_t  x1,
echoPos_t  y1,
echoPos_t  z1,
echoPos_t  x2,
echoPos_t  y2,
echoPos_t  z2 
)

void echoTriMeshSet ( echoObject trim,
int  numV,
echoPos_t pos,
int  numF,
int *  vert 
)


Generated on Thu Jan 1 01:06:35 2009 for Teem by  doxygen 1.5.6