matthew-carroll / flutter_processing

A Flutter port of Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PVector

matthew-carroll opened this issue · comments

Implement the Processing class called PVector.

PVector offers a number of capabilities that aren't available on Offset, and PVectors are commonly used in Processing examples, such as those on The Coding Train, e.g., Flocking: https://processing.org/examples/flocking.html