---
title: "init(_:)"
framework: simd
role: symbol
role_heading: Initializer
path: "simd/simd_double4x4/init(_:)-98553"
---

# init(_:)

Returns a new 4 x 4 double-precision matrix from a Spatial projective transform.

## Declaration

```swift
init(_ projectiveTransform: ProjectiveTransform3DFloat)
```

## Discussion

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