com.openxc.units.Degree Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openxc-examples Show documentation
Show all versions of openxc-examples Show documentation
Example Vehicle Dashboard application using OpenXC
package com.openxc.units;
/**
* Degree, a unit angle of measurement or in a coordinate system.
*
* TODO this shouldn't represent two things.
*/
public class Degree extends Quantity {
public Degree(Number value) {
super(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy