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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    4
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i javavector

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

11 kB

Total Files

5

Last publish

Collaborators

  • 3mo_steve