Class

NSUnitAngle

A unit of measure for planar angle and rotation.

Declaration 宣言

@interface NSUnitAngle : NSDimension

Overview 概要

You typically use instances of NSUnitAngle to represent specific quantities of planar angle using the NSMeasurement class. あなたは概してNSUnitAngleのインスタンスを使用して、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 NSUnitAngle class defines its base unit as degrees, and provides the following units, which are initialized using NSUnitConverterLinear converters with the specified coefficients: NSUnitAngleクラスは、それの基本単位をdegreesとして定義します、そして以下の単位を提供します、それらは指定された係数でNSUnitConverterLinear変換器を使用して初期化されます:

Name 名前

Method

Symbol

Definition

Degrees

degrees

°

1.0

Arc Minutes 分(角度)

arcMinutes

ʹ

0.016667

Arc Seconds 秒(角度)

arcSeconds

ʺ

0.00027778

Radians 弧度

radians

rad

57.2958

Gradians グラディアン(グラード)

gradians

grad

0.9

Revolutions

revolutions

rev

360

Topics 話題

Accessing the Base Unit 基本単位にアクセスする

Accessing Predefined Units あらかじめ定義された単位にアクセスする

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Physical Dimension 物理的寸法