---
title: "init(_:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/sphericalcoordinates3dfloat/init(_:)-8zaur"
---

# init(_:)

Creates a new spherical coordinates structure from the specified Cartesian coordinates represented by a Spatial point.

## Declaration

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

## Parameters

- `point`: The Cartesian coordinates.
