<!--
{
  "documentType" : "article",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Vector3D/Scalable3DProtocol-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Scalable3DProtocol Implementations"
}
-->

# Scalable3DProtocol Implementations

## Topics

### Instance Methods

[`func scaled(by: Size3D) -> Vector3D`](/documentation/Spatial/Vector3D/scaled(by:))

Returns the vector scaled by the specified size.

[`func scaledBy(x: Double, y: Double, z: Double) -> Vector3D`](/documentation/Spatial/Vector3D/scaledBy(x:y:z:))

Returns a vector that results from scaling with the specified double-precision values.

[`func uniformlyScaled(by: Double) -> Vector3D`](/documentation/Spatial/Vector3D/uniformlyScaled(by:))

Returns the entity uniformly scaled by the specified scalar value.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)