Searched refs:fromAngleAxis (Results 1 - 15 of 15) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNode.java90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
93 batch.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
H A DTestBatchNodeCluster.java341 terrain.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Y));
/external/jmonkeyengine/engine/src/test/jme3test/input/
H A DTestChaseCamera.java69 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
H A DTestCameraNode.java79 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestAnimationFactory.java67 animationFactory.addTimeRotation(0.5f,new Quaternion().fromAngleAxis(FastMath.QUARTER_PI, Vector3f.UNIT_Z));
H A DTestCustomAnim.java132 rotate.fromAngleAxis(tpf, Vector3f.UNIT_X);
/external/jmonkeyengine/engine/src/test/jme3test/material/
H A DTestParallax.java90 g.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
/external/jmonkeyengine/engine/src/test/jme3test/water/
H A DTestSceneWater.java131 water.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestBoneRagdoll.java106 // 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/
H A DSimpleWaterProcessor.java80 * 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/
H A DSceneLoader.java131 q.fromAngleAxis(angle, new Vector3f(axisX, axisY, axisZ));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java440 planeRotation.fromAngleAxis(angle, v);
444 zRotation.fromAngleAxis(zAxisRotationAngle, zAxisRotationVector);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java546 * <code>fromAngleAxis</code> sets this quaternion to the values specified
556 public Quaternion fromAngleAxis(float angle, Vector3f axis) { method in class:Quaternion
1324 store.fromAngleAxis(FastMath.PI + angle, axis);
H A DMatrix3f.java715 * <code>fromAngleAxis</code> sets this matrix4f to the values specified
724 public void fromAngleAxis(float angle, Vector3f axis) { method in class:Matrix3f
H A DMatrix4f.java899 * <code>fromAngleAxis</code> sets this matrix4f to the values specified
908 public void fromAngleAxis(float angle, Vector3f axis) { method in class:Matrix4f
2293 matrix4f.fromAngleAxis(angle, axis);

Completed in 778 milliseconds