ProtoFlux:Transform Point

From Resonite Wiki
Transform Point
FromSpace
*
ToSpace
SourcePoint
Direction

Transform Point Is a protoflux node that allows you to convert a Float3 from the provided FromSpace (Slot) slot's space to ToSpace (Slot) slot's space.

See Coordinate Spaces For how this node can be used in bigger systems.

Inputs

FromSpace (Slot)

The slot that is assumed to be the space SourcePoint (Float3) is in.

ToSpace (Slot)

The slot to transform SourcePoint (Float3) to.

SourcePoint (Float3)

The Point to convert from FromSpace (Slot)'s space to ToSpace (Slot)'s space.

Outputs

* (Float3)

The converted Point of the source Point SourcePoint (Float3).

Examples

Transform Point being used in a bigger piece of code.
Transform Point being used in a bigger piece of code.