Searched refs:vector3f (Results 1 – 4 of 4) sorted by relevance
103 Vector3f vector3f = it.next(); in createCatmullRomMesh() local104 array[i] = vector3f.x; in createCatmullRomMesh()106 array[i] = vector3f.y; in createCatmullRomMesh()108 array[i] = vector3f.z; in createCatmullRomMesh()160 Vector3f vector3f = controlPoints.get(currentControlPoint); in createBezierMesh() local161 array[lineIndex++] = vector3f.x; in createBezierMesh()162 array[lineIndex++] = vector3f.y; in createBezierMesh()163 array[lineIndex++] = vector3f.z; in createBezierMesh()172 Vector3f vector3f = controlPoints.get(currentControlPoint); in createBezierMesh() local173 array[lineIndex++] = vector3f.x; in createBezierMesh()[all …]
54 Vector3f vector3f = list.get(i); in getVertices() local55 buf.put(vector3f.x); in getVertices()56 buf.put(vector3f.y); in getVertices()57 buf.put(vector3f.z); in getVertices()
12 typedef vector< float, float, float > vector3f; typedef16 vector3f position;19 @property (assign, nonatomic) vector3f position;26 vector3f position;28 @property vector3f position;37 vector3f VF3(1.0, 1.0, 1.0);
60 Vector3f vector3f = controlPoints[i]; in Spline() local61 this.controlPoints.add(vector3f); in Spline()138 Vector3f vector3f = it.next(); in initCatmullRomWayPoints() local139 CRcontrolPoints.add(vector3f); in initCatmullRomWayPoints()