Re: [math] Vector math question

2019-05-28 Thread Gilles Sadowski
Hi. Le mar. 28 mai 2019 à 10:31, LE TELLIER Romain 211391 a écrit : > > Hello, > > Yes, Apache Commons Maths has what you need. Start by having a look at the > org.apache.commons.math3.geometry.euclidean.threed package and the Vector3D > class >

Re: [math] Vector math question

2019-05-28 Thread sebb
On Tue, 28 May 2019 at 09:31, LE TELLIER Romain 211391 wrote: > > Hello, > > Yes, Apache Commons Maths has what you need. Start by having a look at the > org.apache.commons.math3.geometry.euclidean.threed package and the Vector3D > class >

RE: [math] Vector math question

2019-05-28 Thread LE TELLIER Romain 211391
Hello, Yes, Apache Commons Maths has what you need. Start by having a look at the org.apache.commons.math3.geometry.euclidean.threed package and the Vector3D class https://commons.apache.org/proper/commons-math/userguide/geometry.html By the way, I have understand that this geometry package

[math] Vector math question

2019-05-28 Thread Oscar Bastidas
Hello, I have some calculations that specifically involve: 1) calculating vectors from 3-dimensional x, y, z points in Euclidean space 2) performing dot products with the aforementioned vectors 3) finding vector length Would someone please tell me if Apache Commons Math has tools to calculate