Structure
Angle
A geometric angle whose value you access in either radians or degrees.
幾何学的角度、それの値にあなたはラジアンまたは度のどちらかでアクセスします。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct Angle
Topics 話題
Getting Constant Angles
Creating an Angle
Getting the Angle Size
Relationships 関係
Conforms To 次に準拠
See Also 参照
Geometric Constructs
enum Axis
The horizontal or vertical dimension in a 2D coordinate system.
ある2D座標システムにおける水平または垂直次元。
struct MatchedGeometryProperties
A set of view properties that may be synchronized between views using the
View.matchedGeometryEffect()
function.struct Namespace
A dynamic property type that allows access to a namespace defined by the persistent identity of the object containing the property (e.g. a view).