Home | History | Annotate | Download | only in renderer

Lines Matching defs:getUp

620      * <code>getUp</code> retrieves the up axis of the camera.
623 * @see Camera#getUp()
625 public Vector3f getUp() {
651 * <code>getUp</code> retrieves the up axis of the camera.
654 * @see Camera#getUp()
656 public Vector3f getUp(Vector3f store) {
1216 Vector3f up = getUp(vars.vect3);