Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Promoted
Anonymous
Does Java have a class to deal with vectors? As in the mathematical vector.?
I want to normalise and get the magnitude of 2 vectors.
4 Answers
Relevance
- abdLv 51 decade agoFavorite Answer
there is a class called Vector in Java, but it has no relation with the vector in mathematic, it is simply used as an array of objects
u have to define ur own mathematical vector
Source(s): abd
Still have questions? Get your answers by asking now.