Initializer

init(x:y:)

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

Declaration 宣言

init(x: Scalar, y: Scalar)

Parameters パラメータ

x

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

y

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