playMaker

Author Topic: How to convert degrees into radians[SOLVED]  (Read 3188 times)

Splankton

  • Sr. Member
  • ****
  • Posts: 268
How to convert degrees into radians[SOLVED]
« on: August 30, 2015, 11:54:58 AM »
Hi, can someone tell me how to convert degrees into radians?
« Last Edit: August 30, 2015, 02:18:49 PM by Splankton »

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Re: How to convert degrees into radians[SOLVED]
« Reply #1 on: August 30, 2015, 02:19:06 PM »
its ok, Ive done it.

PET

  • Full Member
  • ***
  • Posts: 139
    • GamerPET
Re: How to convert degrees into radians[SOLVED]
« Reply #2 on: August 30, 2015, 04:12:44 PM »
Thanks for telling us how.
Technical Game Designer
www.GamerPET.com

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Re: How to convert degrees into radians[SOLVED]
« Reply #3 on: August 30, 2015, 06:09:22 PM »
Thanks for telling us how.

Multiply the degree by pie,  then divide that by 180.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to convert degrees into radians[SOLVED]
« Reply #4 on: August 31, 2015, 02:44:25 AM »
Hi,

Sure, you can do that multiplication easily, but Unity exposes these constant for you.

 Some actions where on the forum for this, I have put them on the Ecosystem

Bye,

 Jean

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Re: How to convert degrees into radians[SOLVED]
« Reply #5 on: August 31, 2015, 11:31:12 AM »
Thanks Jean, much better