Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MapAround
MathUtils
Degrees
C# 클래스 MapAround.MathUtils.Degrees
Implements a methods which can be used with angular values represented in degrees.
파일 보기
프로젝트 열기: gkrsu/maparound.core
공개 메소드들
메소드
설명
ToRadians
(
double
degrees
) :
double
Converts a value of the angle from degrees to radians.
메소드 상세
ToRadians()
공개
정적인
메소드
Converts a value of the angle from degrees to radians.
public
static
ToRadians
(
double
degrees
) :
double
degrees
double
An angle value in degrees
리턴
double