<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShaderGraph-Docs",
  "identifier" : "/documentation/ShaderGraph/Math/Transform-Point",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_transformpoint_vector3"
  },
  "title" : "Transform Point"
}
-->

# Transform Point

Transforms a coordinate from one space to another.

## Parameter Types

|Input      |Type    |
        |-----------|--------|
        |`In`       |Vector3f|
        |`Fromspace`|String  |
        |`Tospace`  |String  |

|Output|Type    |
        |------|--------|
        |`Out` |Vector3f|

## Parameter descriptions

- `In`: The normal vector to transform.
- `Fromspace`: The space from which to transform the `In` vector.
- `Tospace`: The space to which to transform the `In` vector.

## Discussion

The following spaces are valid values for the `Fromspace` and `Tospace` parameters:

- `model`: The local coordinate space in relation to the model.
- `object`: The coordinate space in relation to the object.
- `world`: The global coordinate in relation to the world as a whole.

---

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)