Contents

init(SCNVector3:)

Creates a value object that contains the specified three-element SceneKit vector.

Declaration

init(SCNVector3 v: SCNVector3)
init(scnVector3 v: SCNVector3)

Parameters

  • v:

    The value for the new object.

Return Value

A new value object that contains the vector information.

See Also

Related Documentation

Working with SceneKit Vector and Matrix Values