javavector

1.0.3 • Public • Published

Vector3

About

If you want to use Vector3 in javascript but don't know how here is a NPM package for you :) It's easy to use.

Installation

npm install vector3

Usage

const { Vector2, Vector3 } = require('javavector');
//Vector3 3
const MyVector3 = new Vector3(0, 1, 0);
//Vector 2
const MyVector2 = new Vector2(0, 2);

//Install VisualStudioCode to see all the available functions.

Package Sidebar

Install

npm i javavector

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

11 kB

Total Files

5

Last publish

Collaborators

  • 3mo_steve