OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matrix3f
(Results
51 - 75
of
170
) sorted by null
1
2
3
4
5
6
7
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
LevelsV4.java
21
import android.renderscript.
Matrix3f
;
36
Matrix3f
satMatrix = new
Matrix3f
();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java
41
import com.jme3.math.
Matrix3f
;
62
Matrix3f
rotA, rotB;
78
public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB,
Matrix3f
rotA,
Matrix3f
rotB, boolean useLinearReferenceFrameA) {
96
rotA = new
Matrix3f
();
97
rotB = new
Matrix3f
();
163
native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA,
Matrix3f
rotA, Vector3f pivotB,
Matrix3f
rotB, boolean useLinearReferenceFrameA);
SliderJoint.java
39
import com.jme3.math.
Matrix3f
;
52
protected
Matrix3f
rotA, rotB;
62
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB,
Matrix3f
rotA,
Matrix3f
rotB, boolean useLinearReferenceFrameA) {
76
this.rotA = new
Matrix3f
();
77
this.rotB = new
Matrix3f
();
537
private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA,
Matrix3f
rotA, Vector3f pivotB,
Matrix3f
rotB, boolean useLinearReferenceFrameA);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java
44
import com.jme3.math.
Matrix3f
;
154
public void setPhysicsRotation(
Matrix3f
rotation) {
158
private native void setPhysicsRotation(long objectId,
Matrix3f
rotation);
199
public
Matrix3f
getPhysicsRotationMatrix(
Matrix3f
rot) {
201
rot = new
Matrix3f
();
207
private native void getPhysicsRotationMatrix(long objectId,
Matrix3f
rot);
227
public
Matrix3f
getPhysicsRotationMatrix() {
228
Matrix3f
mtx = new
Matrix3f
();
[
all
...]
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsGhostObject.h
71
* Signature: (JLcom/jme3/math/
Matrix3f
;)V
103
* Signature: (JLcom/jme3/math/
Matrix3f
;)V
com_jme3_bullet_objects_VehicleWheel.h
21
* Signature: (JILcom/jme3/math/
Matrix3f
;)V
com_jme3_bullet_joints_ConeJoint.cpp
79
* Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/
Matrix3f
;Lcom/jme3/math/Vector3f;Lcom/jme3/math/
Matrix3f
;)J
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleMesh.java
36
import com.jme3.math.
Matrix3f
;
84
public abstract void updateParticleData(Particle[] particles, Camera cam,
Matrix3f
inverseRotation);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java
44
import com.jme3.math.
Matrix3f
;
78
public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB,
Matrix3f
rotA,
Matrix3f
rotB, boolean useLinearReferenceFrameA) {
102
Transform transA = new Transform(Converter.convert(new
Matrix3f
()));
105
Transform transB = new Transform(Converter.convert(new
Matrix3f
()));
164
Transform transA = new Transform(Converter.convert(new
Matrix3f
()));
167
Transform transB = new Transform(Converter.convert(new
Matrix3f
()));
SliderJoint.java
42
import com.jme3.math.
Matrix3f
;
52
protected
Matrix3f
rotA, rotB;
62
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB,
Matrix3f
rotA,
Matrix3f
rotB, boolean useLinearReferenceFrameA) {
76
this.rotA=new
Matrix3f
();
77
this.rotB=new
Matrix3f
();
/external/eigen/demos/opengl/
gpuhelper.cpp
63
Vector3f ax =
Matrix3f
::Identity().col(2).cross(vec);
84
Vector3f ax =
Matrix3f
::Identity().col(2).cross(vec);
/external/eigen/doc/
tutorial.cpp
8
Eigen::
Matrix3f
m3 = Eigen::
Matrix3f
::Random();
FixedSizeVectorizable.dox
26
First, "fixed-size" should be clear: an Eigen object has fixed size if its number of rows and its number of columns are fixed at compile-time. So for example
Matrix3f
has fixed size, but MatrixXf doesn't (the opposite of fixed-size is dynamic-size).
TutorialGeometry.dox
86
AngleAxisf aa; aa =
Matrix3f
(..); // assumes a pure rotation matrix
88
Matrix3f
m; m = Quaternionf(..);
Matrix3f
m; m = Scaling(..);
90
Affine3f m; m = Translation3f(..); Affine3f m; m =
Matrix3f
(..);
232
Matrix3f
m;
/external/eigen/test/
eigensolver_complex.cpp
110
CALL_SUBTEST_4( eigensolver(
Matrix3f
()) );
116
CALL_SUBTEST_4( eigensolver_verify_assert(
Matrix3f
()) );
jacobisvd.cpp
383
VERIFY_IS_APPROX(svd2.matrixU(),
Matrix3f
::Identity());
384
VERIFY_IS_APPROX(svd2.matrixV(),
Matrix3f
::Identity());
394
VERIFY_IS_APPROX(svd2.matrixU(),
Matrix3f
::Identity());
395
VERIFY_IS_APPROX(svd2.matrixV(),
Matrix3f
::Identity());
403
CALL_SUBTEST_3(( jacobisvd_verify_assert(
Matrix3f
()) ));
425
CALL_SUBTEST_3(( jacobisvd<
Matrix3f
>() ));
452
CALL_SUBTEST_3(( jacobisvd_method<
Matrix3f
>() ));
eigen2support.cpp
62
CALL_SUBTEST_4( eigen2support(
Matrix3f
()) );
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
LevelsV4.java
36
Matrix3f
satMatrix = new
Matrix3f
();
/external/eigen/test/eigen2/
eigen2_inverse.cpp
57
CALL_SUBTEST_3( inverse(
Matrix3f
()) );
eigen2_swap.cpp
79
CALL_SUBTEST_1( swap(
Matrix3f
()) ); // fixed size, no vectorization
/external/eigen/unsupported/test/
svd_common.h
240
VERIFY_IS_APPROX(svd2.matrixU(),
Matrix3f
::Identity());
241
VERIFY_IS_APPROX(svd2.matrixV(),
Matrix3f
::Identity());
251
VERIFY_IS_APPROX(svd2.matrixU(),
Matrix3f
::Identity());
252
VERIFY_IS_APPROX(svd2.matrixV(),
Matrix3f
::Identity());
jacobisvd.cpp
143
CALL_SUBTEST_3(( jacobisvd_verify_assert(
Matrix3f
()) ));
165
CALL_SUBTEST_3(( jacobisvd<
Matrix3f
>() ));
187
CALL_SUBTEST_3(( jacobisvd_method<
Matrix3f
>() ));
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java
27
import android.renderscript.
Matrix3f
;
57
Matrix3f
satMatrix = new
Matrix3f
();
LevelsDalvikActivity.java
24
import android.renderscript.
Matrix3f
;
51
Matrix3f
satMatrix = new
Matrix3f
();
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java
89
oc.write( (
Matrix3f
)value, "valueMatrix3", null);
275
Matrix3f
m3 = (
Matrix3f
) value;
341
Matrix3f
[] m3a = (
Matrix3f
[]) value;
Completed in 1911 milliseconds
1
2
3
4
5
6
7