Home
last modified time | relevance | path

Searched defs:scl (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathMatrixAlgo.h365 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/
DVector.java92 T scl (float scalar); in scl() method
96 T scl (T v); in scl() method
DMatrix3.java546 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
DVector2.java154 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
DVector3.java187 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
DMatrix4.java1066 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/
DAffine2Test.java36 Vector2 scl = new Vector2(0.42f, 1.19f); in create() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.cpp74 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
DbtSoftBody.cpp824 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/
DMatrix4.java1149 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/
DbtSoftBody.java4056 public void scale(Vector3 scl) { in scale()