Coder Social home page Coder Social logo

Comments (5)

jourdain avatar jourdain commented on July 20, 2024

That is the expected behavior. The getPoint(idx) is only provided as a helper and we do not allocate new memory for each point coordinate, we reuse the same holder. We could put that holder within the instance instead of the module.

from vtk-js.

laurennlam avatar laurennlam commented on July 20, 2024

Thanks for the explanation.
I think it's confusing to have this behavior inside the module. I spent much time to understand what happens...
For me it's not intuitive because I'm thinking like in VTK, but I'm a beginner on javascript so maybe it's a normal behaviour.

from vtk-js.

jourdain avatar jourdain commented on July 20, 2024

I didn't wanted to implement a getPoint(idx) initially as he lead to bad memory management.
I wanted to force users to use the native API on arrays.

But we made it so you could provide the tuple container.

So in you could write your code like that:

const p1 = [0,0,0];
const p2 = [0,0,0];

data1.getPoint(0, p1);
data2.getPoint(0, p2);

from vtk-js.

jourdain avatar jourdain commented on July 20, 2024

Like in VTK

from vtk-js.

laurennlam avatar laurennlam commented on July 20, 2024

Yes, thanks a lot @jourdain !

from vtk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.