<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/SphericalCoordinates3DFloat/init(radius:inclination:azimuth:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "c:@F@SPSphericalCoordinates3DFloatMake#f#$@SA@SPAngleFloat#S0_#"
  },
  "title" : "init(radius:inclination:azimuth:)"
}
-->

# init(radius:inclination:azimuth:)

```
init(radius: Float, inclination: Angle2DFloat, azimuth: Angle2DFloat)
```

## Parameters

`radius`

The distance to the origin.

`inclination`

The inclination angle.

`azimuth`

The azimuthal angle.

## Return Value

A new point.

## Discussion\abstract Creates a single-precision spherical coordinates structure.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)