---
title: "unapplying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/point3dfloat/unapplying(_:)-93yzx"
---

# unapplying(_:)

Returns the primitive that results from unapplying a scaled pose to the primitive.

## Declaration

```swift
func unapplying(_ pose: ScaledPose3DFloat) -> Point3DFloat
```

## Parameters

- `pose`: The scaled pose.

## Discussion

Discussion Returns The transformed primitive.
