Initializer

init(scnVector4:)

Creates a value object that contains the specified four-element SceneKit vector. 指定された4要素SceneKitベクターを含む値オブジェクトを作成します。

Declaration 宣言

init(scnVector4 v: SCNVector4)

Parameters パラメータ

vector

The value for the new object. 新しいオブジェクトに対する値。

Return Value 戻り値

A new value object that contains the vector information. ベクター情報を含んでいる新しい値オブジェクト。

See Also 参照

Working with SceneKit Vector and Matrix Values SceneKitベクターと行列値を扱う

Related Documentation 関連文書