An open API service indexing awesome lists of open source software.

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

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.*;
```