Initializerinit(_:
init(_:_:)
A three-element vector created by appending a scalar to a two-element vector.
あるスカラーを2要素ベクターに追加することによって作成される3要素ベクター。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(_ xy: SIMD2
<Scalar>, _ z: Scalar)