OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xAxis
(Results
1 - 11
of
11
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java
26
int
xAxis
, int yAxis){
34
this.axisXIndex =
xAxis
;
/external/replicaisland/src/com/replica/replicaisland/
InputXY.java
30
public InputXY(InputButton
xAxis
, InputButton yAxis) {
31
mXAxis =
xAxis
;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java
28
private int
xAxis
, yAxis;
34
xAxis
= -1;
44
xAxis
= numAxes;
104
xAxis
, yAxis);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java
895
* @param
xAxis
vector representing the x-axis of the coordinate system.
899
public Quaternion fromAxes(Vector3f
xAxis
, Vector3f yAxis, Vector3f zAxis) {
900
return fromRotationMatrix(
xAxis
.x, yAxis.x, zAxis.x,
xAxis
.y, yAxis.y,
901
zAxis.y,
xAxis
.z, yAxis.z, zAxis.z);
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js
143
this.
xAxis
= "Iteration(s)";
197
label: "A's " + this.yAxis + " in " + this.countA + " " + this.
xAxis
,
209
label: "B's " + this.yAxis + " in " + this.countB + " " + this.
xAxis
,
237
{
xaxis
: {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
813
final int
xAxis
= mCountX;
817
if (result[0] >=
xAxis
) result[0] =
xAxis
- 1;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
812
final int
xAxis
= mCountX;
816
if (result[0] >=
xAxis
) result[0] =
xAxis
- 1;
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 1757 milliseconds