Merge pull request #409 from MeFisto94/JavaDoc

Tiny Javadoc Issue
This commit is contained in:
Paul Speed 2016-02-10 19:14:51 -05:00
commit f128ff8df7

View File

@ -456,7 +456,7 @@ 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 The object to write the forward vector values to. * @param vector The object to write the forward vector values to.
* Passing null will cause a new {@link Vector3f) to be created. * Passing null will cause a new {@link Vector3f} to be created.
* @return The forward vector * @return The forward vector
*/ */
public Vector3f getForwardVector(Vector3f vector) { public Vector3f getForwardVector(Vector3f vector) {