|
Teem 1.10.0
|

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) |
| 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 | ||
| ) |