/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
TestBatchNode.java | 90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z)); 93 batch.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
|
TestBatchNodeCluster.java | 341 terrain.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Y));
|
/external/jmonkeyengine/engine/src/test/jme3test/input/ |
TestChaseCamera.java | 69 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
|
TestCameraNode.java | 79 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestAnimationFactory.java | 67 animationFactory.addTimeRotation(0.5f,new Quaternion().fromAngleAxis(FastMath.QUARTER_PI, Vector3f.UNIT_Z));
|
TestCustomAnim.java | 132 rotate.fromAngleAxis(tpf, Vector3f.UNIT_X);
|
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
TestParallax.java | 90 g.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestSceneWater.java | 131 water.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestBoneRagdoll.java | 106 // model.setLocalRotation(new Quaternion().fromAngleAxis(FastMath.HALF_PI, Vector3f.UNIT_X)); 156 q.fromAngleAxis(angles[1], Vector3f.UNIT_Y); 296 Quaternion rotate = new Quaternion().fromAngleAxis(FastMath.PI / 8, Vector3f.UNIT_Y); 314 // rotate.fromAngleAxis(FastMath.QUARTER_PI * ((float) Math.random() - 0.5f), Vector3f.UNIT_Y);
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
SimpleWaterProcessor.java | 80 * water.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X)); 514 geom.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SceneLoader.java | 131 q.fromAngleAxis(angle, new Vector3f(axisX, axisY, axisZ));
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/ |
CurvesHelper.java | 440 planeRotation.fromAngleAxis(angle, v);
444 zRotation.fromAngleAxis(zAxisRotationAngle, zAxisRotationVector);
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Quaternion.java | 546 * <code>fromAngleAxis</code> sets this quaternion to the values specified
556 public Quaternion fromAngleAxis(float angle, Vector3f axis) {
[all...] |
Matrix3f.java | 715 * <code>fromAngleAxis</code> sets this matrix4f to the values specified 724 public void fromAngleAxis(float angle, Vector3f axis) { [all...] |
Matrix4f.java | 899 * <code>fromAngleAxis</code> sets this matrix4f to the values specified
908 public void fromAngleAxis(float angle, Vector3f axis) {
[all...] |