Skip to main content
added 4 characters in body
Source Link
XiaoChuan Yu
  • 1.8k
  • 12
  • 15

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should not be too difficult to extract just the math classes from libgdx.

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should be too difficult to extract just the math classes from libgdx.

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should not be too difficult to extract just the math classes from libgdx.

added 481 characters in body
Source Link
XiaoChuan Yu
  • 1.8k
  • 12
  • 15

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should be too difficult to extract just the math classes from libgdx.

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should be too difficult to extract just the math classes from libgdx.

Added links.
Source Link
doppelgreener
  • 7.3k
  • 7
  • 44
  • 69

There is no built in math Vector class. You'll have to implement you'reyour own or use a library like JScience ( google it)JScience - its project page is here.

There is no built in math Vector class. You'll have to implement you're own or use a library like JScience ( google it).

There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.

Source Link
XiaoChuan Yu
  • 1.8k
  • 12
  • 15
Loading