Initializer

init(scnMatrix4:)

Creates a value object that contains the specified SceneKit 4 x 4 matrix. 指定されたSceneKit4x4行列を含んでいる値オブジェクトを作成します。

Declaration 宣言

init(scnMatrix4 v: SCNMatrix4)

Parameters パラメータ

v

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

Return Value 戻り値

A new value object that contains the matrix information. 行列情報を含んでいる新しい値オブジェクト。

See Also 参照

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

Related Documentation 関連文書