From: martin <ma...@he...> - 2010-02-04 10:09:28
|
Hi all, i am looking for the possibility to calculate with 2 dimensional vectors! For example i need points representet as vectors and then operations like calcualte the length of a vector and so on. One short example: There is a moving object linke a car and its currentpos is vector (1,1). Now i have a destination point vector (3,3) and i want the car to movie to that position in steps bei length one i can easly calculate the steping points with vector geometry operations. So does anybody know if the re exists vector support in geotools or jts? Best regards; Martin |