---
title: "init(width:height:depth:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/size3dfloat/init(width:height:depth:)-8h26f"
---

# init(width:height:depth:)

Returns a new point from the floating-point values.

## Declaration

```swift
init<T>(width: T, height: T, depth: T) where T : BinaryFloatingPoint
```

## Discussion

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