Contents

init(SCNVector4:)

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

Declaration

init(SCNVector4 v: SCNVector4)
init(scnVector4 v: SCNVector4)

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