StructureUnit
UnitPoint
No overview available.
概要は利用可能でありません。
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 UnitPoint
Topics 話題
Getting the Origin
Getting Top Points
Getting Middle Points
Getting Bottom Points
Creating a Point
Getting the Point’s Coordinates
Comparing Points
static func == (UnitPoint , UnitPoint ) -> Bool
Indicates whether two unit points are equal.
static func != (Self, Self) -> Bool
Indicates whether two unit points are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the unit point by passing them into the given hash function.
var hashValue : Int
The hashed value of the unit point.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Geometric Constructs
enum Axis
The horizontal or vertical dimension in a 2D coordinate system.
ある2D座標システムにおける水平または垂直次元。
struct Angle
A geometric angle whose value you access in either radians or degrees.
幾何学的角度、それの値にあなたはラジアンまたは度のどちらかでアクセスします。
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).