senkei
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Senkei

Game dev Math

npm install senkei
import * as Vec3 from 'senkie';

// default to be Vec3 { 0, 0, 0}
const point = Vec3.create()

point[0] = 2
point[1] = 4
point[2] = 10

console.log('add two vector', Vec3.add(point, Vec3.create(34,3,2))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i senkei

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

303 kB

Total Files

46

Last publish

Collaborators

  • kammer