Teem 1.10.0
src/limn/shapes.c File Reference
#include "limn.h"
Include dependency graph for shapes.c:

Functions

int limnObjectCubeAdd (limnObject *obj, unsigned int lookIdx)
int limnObjectSquareAdd (limnObject *obj, unsigned int lookIdx)
int limnObjectCylinderAdd (limnObject *obj, unsigned int lookIdx, unsigned int axis, unsigned int res)
int limnObjectConeAdd (limnObject *obj, unsigned int lookIdx, unsigned int axis, unsigned int res)
int limnObjectPolarSphereAdd (limnObject *obj, unsigned int lookIdx, unsigned int axis, unsigned int thetaRes, unsigned int phiRes)
int limnObjectPolarSuperquadAdd (limnObject *obj, unsigned int lookIdx, unsigned int axis, float A, float B, unsigned int thetaRes, unsigned int phiRes)

Function Documentation

int limnObjectConeAdd ( limnObject obj,
unsigned int  lookIdx,
unsigned int  axis,
unsigned int  res 
)
int limnObjectCubeAdd ( limnObject obj,
unsigned int  lookIdx 
)
int limnObjectCylinderAdd ( limnObject obj,
unsigned int  lookIdx,
unsigned int  axis,
unsigned int  res 
)
int limnObjectPolarSphereAdd ( limnObject obj,
unsigned int  lookIdx,
unsigned int  axis,
unsigned int  thetaRes,
unsigned int  phiRes 
)
int limnObjectPolarSuperquadAdd ( limnObject obj,
unsigned int  lookIdx,
unsigned int  axis,
float  A,
float  B,
unsigned int  thetaRes,
unsigned int  phiRes 
)
int limnObjectSquareAdd ( limnObject obj,
unsigned int  lookIdx 
)