---
title: "init(_:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/point3d/init(_:)-50tw4"
---

# init(_:)

Returns a Spatial point that represents the Cartesian coordinates of the specified spherical coordinates structure.

## Declaration

```swift
init(_ coords: SphericalCoordinates3D)
```

## See Also

### Creating a 3D point structure

- [init()](spatial/point3d/init().md)
- [init(x:y:z:)](spatial/point3d/init(x:y:z:)-3lary.md)
- [init(x:y:z:)](spatial/point3d/init(x:y:z:)-28jhw.md)
- [init(vector:)](spatial/point3d/init(vector:).md)
- [init(_:)](spatial/point3d/init(_:)-1f1ha.md)
- [init(_:)](spatial/point3d/init(_:)-1kved.md)
- [init(_:)](spatial/point3d/init(_:)-34plj.md)
- [init(_:)](spatial/point3d/init(_:)-4gu20.md)
