Initializer

init(x:y:z:w:)

Creates a new vector from the given elements. ある新しいベクターをこの与えられた要素それらから作成します。

Declaration 宣言

init(x: Scalar, y: Scalar, z: Scalar, w: Scalar)

Parameters パラメータ

x

The first element of the vector. ベクターの最初の要素。

y

The second element of the vector. ベクターの2番目の要素。

z

The third element of the vector. ベクターの3番目の要素。

w

The fourth element of the vector. ベクターの4番目の要素。