---
title: Transform Point
framework: shadergraph
role: symbol
role_heading: ShaderGraph Node
path: shadergraph/math/transform-point
---

# Transform Point

Transforms a coordinate from one space to another.

## Parameter Types

Parameter Types Parameter descriptions 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.

## See Also

### Nodes

- [Add](shadergraph/math/add.md)
- [Subtract](shadergraph/math/subtract.md)
- [Multiply](shadergraph/math/multiply.md)
- [Divide](shadergraph/math/divide.md)
- [Modulo](shadergraph/math/modulo.md)
- [Abs](shadergraph/math/abs.md)
- [Floor](shadergraph/math/floor.md)
- [Ceiling](shadergraph/math/ceiling.md)
- [Power](shadergraph/math/power.md)
- [Sin](shadergraph/math/sin.md)
- [Cos](shadergraph/math/cos.md)
- [Tan](shadergraph/math/tan.md)
- [Asin](shadergraph/math/asin.md)
- [Acos](shadergraph/math/acos.md)
- [Atan2](shadergraph/math/atan2.md)
