/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMatrixAlgo.h | 365 extractScaling (const Matrix44<T> &mat, Vec3<T> &scl, bool exc) in extractScaling() 381 Vec3<T> scl; in sansScaling() local 403 Vec3<T> scl; in removeScaling() local 423 Vec3<T> &scl, Vec3<T> &shr, bool exc) in extractScalingAndShear() 438 Vec3<T> scl; in sansScalingAndShear() local 453 Vec3<T> scl; in sansScalingAndShear() local 465 Vec3<T> scl; in removeScalingAndShear() local 478 Vec3<T> &scl, Vec3<T> &shr, bool exc) in extractAndRemoveScalingAndShear() 796 checkForZeroScaleInRow (const T& scl, in checkForZeroScaleInRow() 1060 extractScaling (const Matrix33<T> &mat, Vec2<T> &scl, bool exc) in extractScaling() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Vector.java | 92 T scl (float scalar); in scl() method 96 T scl (T v); in scl() method
|
D | Matrix3.java | 546 public Matrix3 scl (float scale) { in scl() method in Matrix3 555 public Matrix3 scl (Vector2 scale) { in scl() method in Matrix3 564 public Matrix3 scl (Vector3 scale) { in scl() method in Matrix3
|
D | Vector2.java | 154 public Vector2 scl (float scalar) { in scl() method in Vector2 162 public Vector2 scl (float x, float y) { in scl() method in Vector2 169 public Vector2 scl (Vector2 v) { in scl() method in Vector2
|
D | Vector3.java | 187 public Vector3 scl (float scalar) { in scl() method in Vector3 192 public Vector3 scl (final Vector3 other) { in scl() method in Vector3 201 public Vector3 scl (float vx, float vy, float vz) { in scl() method in Vector3
|
D | Matrix4.java | 1066 public Matrix4 scl (Vector3 scale) { in scl() method in Matrix4 1073 public Matrix4 scl (float x, float y, float z) { in scl() method in Matrix4 1080 public Matrix4 scl (float scale) { in scl() method in Matrix4
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | Affine2Test.java | 36 Vector2 scl = new Vector2(0.42f, 1.19f); in create() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 74 const btScalar scl=(btScalar)(node->isinternal()?1:1); in drawTree() local 163 const btScalar scl=(btScalar)0.1; in Draw() local 312 const btScalar scl=(btScalar)0.8; in Draw() local 330 const btScalar scl=(btScalar)0.8; in Draw() local
|
D | btSoftBody.cpp | 824 void btSoftBody::scale(const btVector3& scl) in scale()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/ |
D | Matrix4.java | 1149 public Matrix4 scl (Vector3 scale) { in scl() method in Matrix4 1156 public Matrix4 scl (float x, float y, float z) { in scl() method in Matrix4 1163 public Matrix4 scl (float scale) { in scl() method in Matrix4
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
D | btSoftBody.java | 4056 public void scale(Vector3 scl) { in scale()
|