The first element of the vector. ベクターの最初の要素。
Initializerinit(x:
init(x:y:z:)
Creates a new vector from the given elements.
ある新しいベクターをこの与えられた要素それらから作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(x: Scalar, y: Scalar, z: Scalar)
Parameters パラメータ
x
y
The second element of the vector. ベクターの2番目の要素。
z
The third element of the vector. ベクターの3番目の要素。