Better Javadoc for PhysicsVehicle#getForwardVector(Vector3f)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9285 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
sky..ok 2012-04-10 17:53:28 +00:00
parent 9aacd96926
commit 0345dd9601

View File

@ -460,8 +460,9 @@ public class PhysicsVehicle extends PhysicsRigidBody {
/** /**
* Get the current forward vector of the vehicle in world coordinates * Get the current forward vector of the vehicle in world coordinates
* @param vector * @param vector The object to write the forward vector values to.
* @return * Passing null will cause a new {@link Vector3f) to be created.
* @return The forward vector
*/ */
public Vector3f getForwardVector(Vector3f vector) { public Vector3f getForwardVector(Vector3f vector) {
if (vector == null) { if (vector == null) {