---
title: "init(degrees:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/angle2dfloat/init(degrees:)-2mulz"
---

# init(degrees:)

Returns a new angle from floating-point degrees.

## Declaration

```swift
init<T>(degrees: T) where T : BinaryFloatingPoint
```

## Discussion

Discussion note: This function is provided as a convenience. All Spatial storage and calculations are single-precision.
