Fast transcendent / trigonometric functions for Java

前端 未结 12 1827
面向向阳花
面向向阳花 2020-11-29 02:06

Since the trigonometric functions in java.lang.Math are quite slow: is there a library that does a quick and good approximation? It seems possible to do a calculation severa

12条回答
  •  春和景丽
    2020-11-29 02:52

    Could you elaborate on what you need to do if these routines are too slow. You might be able to do some coordinate transformations ahead of time some way or another.

提交回复
热议问题