Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:Vector3f

47 jclass jmeClasses::Vector3f;
141 Vector3f = (jclass)env->NewGlobalRef(env->FindClass("com/jme3/math/Vector3f"));
142 Vector3f_set = env->GetMethodID(Vector3f, "set", "(FFF)Lcom/jme3/math/Vector3f;");
143 Vector3f_toArray = env->GetMethodID(Vector3f, "toArray", "([F)[F");
144 Vector3f_getX = env->GetMethodID(Vector3f, "getX", "()F");
145 Vector3f_getY = env->GetMethodID(Vector3f, "getY", "()F");
146 Vector3f_getZ = env->GetMethodID(Vector3f, "getZ", "()F");
147 Vector3f_x = env->GetFieldID(Vector3f, "x", "F");
148 Vector3f_y = env->GetFieldID(Vector3f, "y", "F");
149 Vector3f_z = env->GetFieldID(Vector3f, "z", "F");
211 PhysicsRay_normalInWorldSpace = env->GetFieldID(PhysicsRay_Class,"hitNormalLocal","Lcom/jme3/math/Vector3f;");