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

# applying(_:)

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

## Declaration

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

## Discussion

Discussion Returns The transformed primitive.
