Back to project page MarsImagesAndroid.
The source code is released under:
Apache License
If you think the Android project MarsImagesAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package gov.nasa.jpl.hi.marsimages.rovers; //from w w w . j av a 2 s. c o m /** * Created by mpowell on 6/1/14. */ public class MERTitle extends Title { public float distance; public float yaw; public float pitch; public float roll; public float tilt; }