Skip to content

Commit 85e6eed

Browse files
author
Gary Huang
committed
Add PVector
1 parent 4bf67bf commit 85e6eed

File tree

6 files changed

+1291
-30
lines changed

6 files changed

+1291
-30
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ WARNING: I have a real job so I can only spend a little time on this project. Th
160160
* saturation()
161161

162162
### Math
163+
164+
* PVector
165+
163166
#### Operators
164167
* % (modulo)
165168
* \* (multiply)

include/Processing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
#define PROCESSING
88

99
#include "processing.h"
10+
#include "pvector.h"
1011

1112
#endif // PROCESSING

0 commit comments

Comments
 (0)