https://github.com/progfay/vector
Vector class API (.jar file) in Processing
https://github.com/progfay/vector
Last synced: 3 months ago
JSON representation
Vector class API (.jar file) in Processing
- Host: GitHub
- URL: https://github.com/progfay/vector
- Owner: progfay
- Created: 2017-07-05T16:39:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T14:42:26.000Z (about 5 years ago)
- Last Synced: 2025-01-30T20:15:58.959Z (5 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vector
## Contents
- `Vector2D`
- two-dimensional vector class
- `Vector3D`
- three-dimensional vector class## Setup
Please put the `Vector` folder into your Processing's sketchbook folder.
## Use
```processing
import Vector.*;
```