---
title: "unapplying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/vector3dfloat/unapplying(_:)-2n7h2"
---

# unapplying(_:)

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

## Declaration

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

## Parameters

- `transform`: The affine transform.

## Discussion

Discussion Returns The transformed primitive.
