---
title: Rect3DFloat
framework: spatial
role: symbol
role_heading: Structure
path: spatial/rect3dfloat
---

# Rect3DFloat

A single-precision structure that contains the location and dimensions of a 3D rectangle.

## Declaration

```swift
struct Rect3DFloat
```

## Topics

### Operators

- [*(_:_:)](spatial/rect3dfloat/*(_:_:)-1iaiz.md)
- [*(_:_:)](spatial/rect3dfloat/*(_:_:)-1xai0.md)
- [*(_:_:)](spatial/rect3dfloat/*(_:_:)-2fdne.md)

### Initializers

- [init()](spatial/rect3dfloat/init().md)
- [init(_:)](spatial/rect3dfloat/init(_:).md)
- [init(center:size:)](spatial/rect3dfloat/init(center:size:)-1gsbj.md)
- [init(center:size:)](spatial/rect3dfloat/init(center:size:)-2c8oz.md)
- [init(center:size:)](spatial/rect3dfloat/init(center:size:)-92ay9.md)
- [init(center:size:)](spatial/rect3dfloat/init(center:size:)-e8la.md)
- [init(origin:size:)](spatial/rect3dfloat/init(origin:size:)-27.md)
- [init(origin:size:)](spatial/rect3dfloat/init(origin:size:)-8tqau.md)
- [init(origin:size:)](spatial/rect3dfloat/init(origin:size:)-9his9.md)
- [init(origin:size:)](spatial/rect3dfloat/init(origin:size:)-uw6h.md)
- [init(origin:size:)](spatial/rect3dfloat/init(origin:size:)-ywzp.md)
- [init(points:)](spatial/rect3dfloat/init(points:).md)

### Instance Properties

- [center](spatial/rect3dfloat/center.md)
- [cornerPoints](spatial/rect3dfloat/cornerpoints.md)
- [integral](spatial/rect3dfloat/integral.md)
- [isEmpty](spatial/rect3dfloat/isempty.md)
- [isNull](spatial/rect3dfloat/isnull.md)
- [max](spatial/rect3dfloat/max.md)
- [min](spatial/rect3dfloat/min.md)
- [origin](spatial/rect3dfloat/origin.md)
- [standardized](spatial/rect3dfloat/standardized.md)

### Instance Methods

- [applying(_:)](spatial/rect3dfloat/applying(_:)-7i8x5.md)
- [formInset(by:)](spatial/rect3dfloat/forminset(by:).md)
- [inset(by:)](spatial/rect3dfloat/inset(by:).md)
- [intersects(_:)](spatial/rect3dfloat/intersects(_:).md)
- [rotated(by:around:)](spatial/rect3dfloat/rotated(by:around:)-1g90c.md)
- [rotated(by:around:)](spatial/rect3dfloat/rotated(by:around:)-9yw64.md)
- [sheared(_:)](spatial/rect3dfloat/sheared(_:).md)
- [unapplying(_:)](spatial/rect3dfloat/unapplying(_:)-4dm1d.md)

### Default Implementations

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

## Relationships

### Conforms To

- [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)
- [ProjectiveTransformable3D](spatial/projectivetransformable3d.md)
- [ProjectiveTransformable3DFloat](spatial/projectivetransformable3dfloat.md)
- [Rotatable3DProtocol](spatial/rotatable3dprotocol.md)
- [Scalable3DProtocol](spatial/scalable3dprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SpatialTypeProtocol](spatial/spatialtypeprotocol.md)
- [Translatable3DProtocol](spatial/translatable3dprotocol.md)
- [VolumetricProtocol](spatial/volumetricprotocol.md)

## See Also

### 3D primitives

- [Point3D](spatial/point3d.md)
- [Point3DFloat](spatial/point3dfloat.md)
- [Size3D](spatial/size3d.md)
- [Size3DFloat](spatial/size3dfloat.md)
- [Rect3D](spatial/rect3d.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)
