---
title: "init(point:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/simd3/init(point:)"
---

# init(point:)

Returns a new vector from a Spatial point.

## Declaration

```swift
init(point: Point3D)
```

## Discussion

Discussion Values rounded to a representable value, if necessary. note: This function is provided as a convenience. All Spatial storage and calculations are double-precision.
