Searched defs:vec3 (Results 1 – 7 of 7) sorted by relevance
15 Vector3f vec3 = new Vector3f(); in readObject() local23 Vector3f vec3 = (Vector3f) object; in writeObject() local
84 btVector3 vec3 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local101 btVector3 vec3 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
215 btVector3 vec3 = btVector3(); in Java_com_jme3_bullet_joints_HingeJoint_createJoint() local
139 btVector3 vec3 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() local
61 vector<int> vec3(200, 0xaa); in testConstructorInt() local122 const vector<TestEnum> vec3(100, ONE); in testConstructorRepeat() local208 vector<int> vec3; in testReserve() local282 vector<string> vec3; in testPushBack() local
12 float3 vec3; in test() local
34 typedef union vec3 { union37 } vec3; typedef