Back to project page graph-android.
The source code is released under:
GNU General Public License
If you think the Android project graph-android 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 lorian.graph.android; import lorian.graph.android.opengl.Color; public class FunctionDataArray { public float[] data; public Color color; }