---
title: "applying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/vector3dfloat/applying(_:)-1a8xg"
---

# applying(_:)

Returns the vector that results from applying an affine transform to the vector.

## Declaration

```swift
func applying(_ transform: AffineTransform3DFloat) -> Vector3DFloat
```

## Parameters

- `transform`: The affine transform.

## Discussion

Discussion Returns The transformed primitive.
