Searched defs:bt_mat3_dot_col (Results 1 – 3 of 3) sorted by relevance
153 SIMD_FORCE_INLINE btScalar bt_mat3_dot_col( in bt_mat3_dot_col() function
232 public static float bt_mat3_dot_col(Matrix3 mat, Vector3 vec3, int colindex) { in bt_mat3_dot_col() method in Collision
2512 public final static native float bt_mat3_dot_col(Matrix3 jarg1, Vector3 jarg2, int jarg3); in bt_mat3_dot_col() method in CollisionJNI