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))

/senkei/

    Package Sidebar

    Install

    npm i senkei

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    303 kB

    Total Files

    46

    Last publish

    Collaborators

    • kammer