Initial commit
This commit is contained in:
18
application/source/triangle.c
Executable file
18
application/source/triangle.c
Executable file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
#include <vector2.h>
|
||||
|
||||
class triangle{
|
||||
|
||||
vector2 * a = new vector2( 1, 2 );
|
||||
|
||||
vector2 b = new vector2( 3, 400 );
|
||||
|
||||
vector2 c = new vector2( 5, 6 );
|
||||
|
||||
add( triangle * a ) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user