OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physicsVehicleWheel
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java
199
VehicleWheel
physicsVehicleWheel
= it.next();
200
Vector3f location =
physicsVehicleWheel
.getLocation().clone();
201
Vector3f direction =
physicsVehicleWheel
.getDirection().clone();
202
Vector3f axle =
physicsVehicleWheel
.getAxle().clone();
203
float restLength =
physicsVehicleWheel
.getRestLength();
204
float radius =
physicsVehicleWheel
.getRadius();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java
159
* @return the
PhysicsVehicleWheel
object to get/set infos on the wheel
174
* @return the
PhysicsVehicleWheel
object to get/set infos on the wheel
516
VehicleWheel
physicsVehicleWheel
= it.next();
517
Vector3f location =
physicsVehicleWheel
.getLocation().clone();
518
Vector3f direction =
physicsVehicleWheel
.getDirection().clone();
519
Vector3f axle =
physicsVehicleWheel
.getAxle().clone();
520
float restLength =
physicsVehicleWheel
.getRestLength();
521
float radius =
physicsVehicleWheel
.getRadius();
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java
146
* @return the
PhysicsVehicleWheel
object to get/set infos on the wheel
161
* @return the
PhysicsVehicleWheel
object to get/set infos on the wheel
499
VehicleWheel
physicsVehicleWheel
= it.next();
500
Vector3f location =
physicsVehicleWheel
.getLocation().clone();
501
Vector3f direction =
physicsVehicleWheel
.getDirection().clone();
502
Vector3f axle =
physicsVehicleWheel
.getAxle().clone();
503
float restLength =
physicsVehicleWheel
.getRestLength();
504
float radius =
physicsVehicleWheel
.getRadius();
Completed in 1461 milliseconds