Searched refs:superShapeMap (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | demo.c | 177 static void superShapeMap(VECTOR3 *point, float r1, float r2, float t, float p) in superShapeMap() function 249 superShapeMap(&pa, r0, r1, t1, p1); in createSuperShape() 250 superShapeMap(&pb, r2, r1, t2, p1); in createSuperShape() 251 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape() 252 superShapeMap(&pd, r0, r3, t1, p2); in createSuperShape()
|