Overview 概要
You typically use instances of NSUnit
to represent specific quantities of planar angle using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている平面角の具体的な量を表します。
Angle
Angle is a quantity of rotation. 角度は回転の量です。 The SI unit for angle is the radian (rad), which is dimensionless and defined to be the angle subtended by an arc that is equal in length to the radius of a circle. Angle is also commonly expressed in terms of degrees (°) and revolutions (rev). 角度はまた一般に、度(°)および回転(rev)によって表されます。
The NSUnit
class defines its base unit as degrees
, and provides the following units, which are initialized using NSUnit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をdegrees
として定義します、そして以下の単位を提供します、それらは指定された係数でNSUnit
変換器を使用して初期化されます:
Name 名前 |
Method |
Symbol |
Definition |
---|---|---|---|
Degrees 度 |
° |
|
|
Arc Minutes 分(角度) |
ʹ |
|
|
Arc Seconds 秒(角度) |
ʺ |
|
|
Radians 弧度 |
rad |
|
|
Gradians グラディアン(グラード) |
grad |
|
|
Revolutions |
rev |
|