---
title: "applying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/point3dfloat/applying(_:)-2dhmf"
---

# applying(_:)

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

## Declaration

```swift
func applying(_ scaledPose: ScaledPose3DFloat) -> Point3DFloat
```

## Discussion

Discussion Returns The transformed primitive.
