---
title: "scaledBy(x:y:z:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/scalable3d/scaledby(x:y:z:)"
---

# scaledBy(x:y:z:)

Returns the entity that results from scaling with the specified values.

## Declaration

```swift
func scaledBy(x: Double, y: Double, z: Double) -> Self
```

## Parameters

- `x`: The double-precision value that specifies the scale along the x-dimension.
- `y`: The double-precision value that specifies the scale along the y-dimension.
- `z`: The double-precision value that specifies the scale along the z-dimension.

## See Also

### Instance methods

- [scale(by:)](spatial/scalable3d/scale(by:).md)
- [scaleBy(x:y:z:)](spatial/scalable3d/scaleby(x:y:z:).md)
- [scaled(by:)](spatial/scalable3d/scaled(by:).md)
- [uniformlyScale(by:)](spatial/scalable3d/uniformlyscale(by:).md)
- [uniformlyScaled(by:)](spatial/scalable3d/uniformlyscaled(by:).md)
