You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asVec3from'senkie';// default to be Vec3 { 0, 0, 0}constpoint=Vec3.create()point[0]=2point[1]=4point[2]=10console.log('add two vector',Vec3.add(point,Vec3.create(34,3,2))
About
Blazingly fast game mathematics library for WebGL and WebGPU apps