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

# init(_:)

Returns a new vector from a Spatial point.

## Declaration

```swift
init(_ point: Point3DFloat)
```

## Discussion

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