0
0

【Android】Mathクラスについてpart3【Kotlin】

Posted at

はじめに

以前Mathクラスについての記事を書いたのですが、今回また別のものを使ったので
忘れないために記事にしておきます。

toRadians()

toRadians(30.0)   // 0.5235987755982988

角度を指定するとラジアン単位に変換する

toDegrees()

toDegrees(0.52)   // 29.79380534680281

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0