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.