#include "limn.h"
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) |
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 | |||
) |