---
title: Size3DFloat
framework: spatial
role: symbol
role_heading: Structure
path: spatial/size3dfloat
---

# Size3DFloat

A single-precision structure that contains width, height, and depth values.

## Declaration

```swift
struct Size3DFloat
```

## Topics

### Operators

- [*(_:_:)](spatial/size3dfloat/*(_:_:)-124fk.md)
- [*(_:_:)](spatial/size3dfloat/*(_:_:)-544n3.md)
- [*(_:_:)](spatial/size3dfloat/*(_:_:)-57yj1.md)
- [*(_:_:)](spatial/size3dfloat/*(_:_:)-61lpp.md)
- [*(_:_:)](spatial/size3dfloat/*(_:_:)-7txph.md)
- [*=(_:_:)](spatial/size3dfloat/*=(_:_:).md)
- [+=(_:_:)](spatial/size3dfloat/+=(_:_:)-6yxe6.md)
- [-(_:)](spatial/size3dfloat/-(_:).md)
- [-=(_:_:)](spatial/size3dfloat/-=(_:_:)-4iec2.md)
- [/(_:_:)](spatial/size3dfloat/_(_:_:).md)
- [/=(_:_:)](spatial/size3dfloat/_=(_:_:).md)

### Initializers

- [init()](spatial/size3dfloat/init().md)
- [init(_:)](spatial/size3dfloat/init(_:)-208lc.md)
- [init(_:)](spatial/size3dfloat/init(_:)-3z2u6.md)
- [init(_:)](spatial/size3dfloat/init(_:)-4eoby.md)
- [init(_:)](spatial/size3dfloat/init(_:)-4r1ha.md)
- [init(_:)](spatial/size3dfloat/init(_:)-6y249.md)
- [init(_:)](spatial/size3dfloat/init(_:)-8nzza.md)
- [init(vector:)](spatial/size3dfloat/init(vector:).md)
- [init(width:height:depth:)](spatial/size3dfloat/init(width:height:depth:)-8h26f.md)
- [init(width:height:depth:)](spatial/size3dfloat/init(width:height:depth:)-9u3g4.md)

### Instance Properties

- [depth](spatial/size3dfloat/depth.md)
- [height](spatial/size3dfloat/height.md)
- [vector](spatial/size3dfloat/vector.md)
- [width](spatial/size3dfloat/width.md)

### Instance Methods

- [applying(_:)](spatial/size3dfloat/applying(_:)-4x5w1.md)
- [sheared(_:)](spatial/size3dfloat/sheared(_:).md)
- [unapplying(_:)](spatial/size3dfloat/unapplying(_:)-9dyaz.md)

### Type Properties

- [one](spatial/size3dfloat/one.md)

### Default Implementations

- [AdditiveArithmetic Implementations](spatial/size3dfloat/additivearithmetic-implementations.md)
- [CustomReflectable Implementations](spatial/size3dfloat/customreflectable-implementations.md)
- [Decodable Implementations](spatial/size3dfloat/decodable-implementations.md)
- [Encodable Implementations](spatial/size3dfloat/encodable-implementations.md)
- [Equatable Implementations](spatial/size3dfloat/equatable-implementations.md)
- [Hashable Implementations](spatial/size3dfloat/hashable-implementations.md)
- [Primitive3DProtocol Implementations](spatial/size3dfloat/primitive3dprotocol-implementations.md)
- [Scalable3DProtocol Implementations](spatial/size3dfloat/scalable3dprotocol-implementations.md)
- [VolumetricProtocol Implementations](spatial/size3dfloat/volumetricprotocol-implementations.md)

## Relationships

### Conforms To

- [AdditiveArithmetic](swift/additivearithmetic.md)
- [Copyable](swift/copyable.md)
- [CustomReflectable](swift/customreflectable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Primitive3DProtocol](spatial/primitive3dprotocol.md)
- [Rotatable3DProtocol](spatial/rotatable3dprotocol.md)
- [Scalable3DProtocol](spatial/scalable3dprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SpatialTypeProtocol](spatial/spatialtypeprotocol.md)
- [VolumetricProtocol](spatial/volumetricprotocol.md)

## See Also

### 3D primitives

- [Point3D](spatial/point3d.md)
- [Point3DFloat](spatial/point3dfloat.md)
- [Size3D](spatial/size3d.md)
- [Rect3D](spatial/rect3d.md)
- [Rect3DFloat](spatial/rect3dfloat.md)
- [Rotation3D](spatial/rotation3d.md)
- [Rotation3DFloat](spatial/rotation3dfloat.md)
- [RotationAxis3D](spatial/rotationaxis3d.md)
- [RotationAxis3DFloat](spatial/rotationaxis3dfloat.md)
- [Pose3D](spatial/pose3d.md)
- [Pose3DFloat](spatial/pose3dfloat.md)
- [ScaledPose3D](spatial/scaledpose3d.md)
- [ScaledPose3DFloat](spatial/scaledpose3dfloat.md)
- [SphericalCoordinates3D](spatial/sphericalcoordinates3d.md)
- [SphericalCoordinates3DFloat](spatial/sphericalcoordinates3dfloat.md)
