mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
Core files, plus some test files (note that test files may not compile due to recent changes to the core)
This commit is contained in:
14
core/test/CurveTest.java
Executable file
14
core/test/CurveTest.java
Executable file
@@ -0,0 +1,14 @@
|
||||
package test;
|
||||
import processing.core.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Francis Li
|
||||
*/
|
||||
public class CurveTest extends PMIDlet {
|
||||
|
||||
void setup() {
|
||||
curve(10, 26, 83, 24, 83, 61, 25, 65);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user