init(scnVector3 : SCNVector3)
Creates a value object that contains the specified three-element SceneKit vector.
指定された3要素SceneKitベクターを含む値オブジェクトを作成します。
init(scnVector4 : SCNVector4)
Creates a value object that contains the specified four-element SceneKit vector.
指定された4要素SceneKitベクターを含む値オブジェクトを作成します。
init(scnMatrix4 : SCNMatrix4)
Creates a value object that contains the specified SceneKit 4 x 4 matrix.
指定されたSceneKit4x4行列を含んでいる値オブジェクトを作成します。
var scnVector3Value : SCNVector3
The three-element Scene Kit vector representation of the value.
その値の3要素Scene Kitベクター表現。
var scnMatrix4Value : SCNMatrix4
The Scene Kit 4 x 4 matrix representation of the value.
その値のScene Kit4x4行列表現。