---
title: "uniformlyScaled(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/vector3dfloat/uniformlyscaled(by:)"
---

# uniformlyScaled(by:)

Returns the entity uniformly scaled by the specified scalar value.

## Declaration

```swift
func uniformlyScaled(by scale: Float) -> Vector3DFloat
```

## Parameters

- `scale`: The value that defines that scale.

## Discussion

Discussion Returns The scaled vector.
