HomeSort by relevance Sort by last modified time
    Searched refs:wheelAxle (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 125 Vector3f wheelAxle = new Vector3f(-1, 0, 0); // was -1, 0, 0
140 wheelDirection, wheelAxle, restLength, radius, true);
148 wheelDirection, wheelAxle, restLength, radius, true);
156 wheelDirection, wheelAxle, restLength, radius, false);
164 wheelDirection, wheelAxle, restLength, radius, false);
TestAttachDriver.java 153 Vector3f wheelAxle = new Vector3f(-1, 0, 0); // was -1, 0, 0
168 wheelDirection, wheelAxle, restLength, radius, true);
176 wheelDirection, wheelAxle, restLength, radius, true);
184 wheelDirection, wheelAxle, restLength, radius, false);
192 wheelDirection, wheelAxle, restLength, radius, false);
TestFancyCar.java 182 Vector3f wheelAxle = new Vector3f(-1, 0, 0);
191 wheelDirection, wheelAxle, 0.2f, wheelRadius, true);
197 wheelDirection, wheelAxle, 0.2f, wheelRadius, true);
203 wheelDirection, wheelAxle, 0.2f, wheelRadius, false);
209 wheelDirection, wheelAxle, 0.2f, wheelRadius, false);

Completed in 20 milliseconds