HomeSort by relevance Sort by last modified time
    Searched full:matrix3f (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /external/eigen/test/
swap.cpp 79 CALL_SUBTEST_1( swap(Matrix3f()) ); // fixed size, no vectorization
unalignedassert.cpp 87 construct_at_boundary<Matrix3f>(4);
lu.cpp 173 CALL_SUBTEST_1( lu_non_invertible<Matrix3f>() );
174 CALL_SUBTEST_1( lu_verify_assert<Matrix3f>() );
inverse.cpp 93 CALL_SUBTEST_3( inverse(Matrix3f()) );
jacobi.cpp 64 CALL_SUBTEST_1(( jacobi<Matrix3f, float>() ));
permutationmatrices.cpp 109 CALL_SUBTEST_2( permutationmatrices(Matrix3f()) );
qr.cpp 118 CALL_SUBTEST_9(qr_verify_assert<Matrix3f>());
stddeque.cpp 109 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
stdlist.cpp 109 CALL_SUBTEST_1(check_stdlist_matrix(Matrix3f()));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 36 import com.jme3.math.Matrix3f;
66 protected Matrix3f tmp_Matrix = new com.jme3.math.Matrix3f();
97 private native void getWheelRotation(long vehicleId, int wheelId, Matrix3f location);
  /external/jmonkeyengine/engine/src/bullet-native/
jmeClasses.h 71 static jclass Matrix3f;
com_jme3_bullet_joints_SixDofJoint.cpp 150 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Z)J
com_jme3_bullet_objects_PhysicsRigidBody.h 71 * Signature: (JLcom/jme3/math/Matrix3f;)V
103 * Signature: (JLcom/jme3/math/Matrix3f;)V
com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp 58 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;)J
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 40 import com.jme3.math.Matrix3f;
52 private Matrix3f orient;
84 orient = new Matrix3f();
302 orient = (Matrix3f) capsule.readSavable("orient", null);
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 25 import android.renderscript.Matrix3f;
167 private Matrix3f mSatMatrix;
178 Matrix3f satMatrix = new Matrix3f();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FieldPackerTest.java 36 import android.renderscript.Matrix3f;
73 fp.addMatrix(new Matrix3f());
  /external/eigen/doc/
TutorialMapClass.dox 75 Map<Matrix3f> A(NULL); // don't try to use this matrix yet!
79 new (&A) Map<Matrix3f>(get_matrix_pointer(i));
  /external/eigen/unsupported/test/
bdcsvd.cpp 165 CALL_SUBTEST_3(( bdcsvd_verify_assert(Matrix3f()) ));
190 // CALL_SUBTEST_3(( bdcsvd<Matrix3f>() ));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 37 import com.jme3.math.Matrix3f;
83 Matrix3f tempRot = vars.tempMat3;
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 35 import com.jme3.math.Matrix3f;
115 public void updateParticleData(Particle[] particles, Camera cam, Matrix3f inverseRotation) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
FieldPacker.java 578 public void addMatrix(Matrix3f v) {
584 public Matrix3f subMatrix3f() {
585 Matrix3f v = new Matrix3f();
762 if (obj instanceof Matrix3f) {
763 fp.addMatrix((Matrix3f)obj);
883 if (obj instanceof Matrix3f) {
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 38 import com.jme3.math.Matrix3f;
253 Matrix3f mat = new Matrix3f();
  /external/eigen/test/eigen2/
eigen2_cholesky.cpp 107 CALL_SUBTEST_3( cholesky(Matrix3f()) );
eigen2_svd.cpp 76 CALL_SUBTEST_1( svd(Matrix3f()) );

Completed in 1693 milliseconds

1 2 34 5 6 7