Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Create a set function for vector.js #13

Closed sriGanna closed 3 years ago

sriGanna commented 3 years ago

currently we are using the equals function which is a equivalence check and not an assignment funciton

sriGanna commented 3 years ago

the set function was created, still need to figure out a way to handle function overloading (or rather a workaround for lack of overloading in JS. This is because the set function from processing accepts both an array and a vector object.