---
title: "SCNVector3ToGLKVector3(_:)"
framework: scenekit
role: symbol
role_heading: Function
path: "scenekit/scnvector3toglkvector3(_:)"
---

# SCNVector3ToGLKVector3(_:)

Returns a three-element GLKit vector structure corresponding to a SceneKit vector structure.

## Declaration

```swift
func SCNVector3ToGLKVector3(_ vector: SCNVector3) -> GLKVector3
```

## Parameters

- `vector`: A three-element SceneKit vector structure.

## Return Value

Return Value A three-element GLKit vector structure representing the same vector as the input parameter.

## See Also

### Converting Vector Types

- [SCNVector3FromGLKVector3(_:)](scenekit/scnvector3fromglkvector3(_:).md)
