Author Topic: SimpleVector.rotateAxis(...)  (Read 2080 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
SimpleVector.rotateAxis(...)
« on: January 25, 2013, 12:45:11 am »
Please, could you add method SimpleVector.rotateAxis(SimpleVector axis, float angle) to avoid of creating new instance of matrix? Thanks

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: SimpleVector.rotateAxis(...)
« Reply #1 on: January 25, 2013, 08:52:19 am »
I'll look into it...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: SimpleVector.rotateAxis(...)
« Reply #2 on: January 26, 2013, 02:13:34 pm »
I've added the method to the latest beta. Please download and give it a try: http://jpct.de/download/beta/jpct_ae.jar

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: SimpleVector.rotateAxis(...)
« Reply #3 on: January 26, 2013, 04:23:55 pm »
Thanks ;)