Added descriptions to this category. |
m fix link spaces |
||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
| | |GlobalDirectionToLocal|| Converts a Direction in global space to the provided [[Slot|slot's]] local space. | ||
| | |GlobalPointToLocal|| Converts a Point in global space to the provided [[Slot|slot's]] local space. | ||
| | |GlobalRotationToLocal|| Converts a Rotation in global space to the provided [[Slot|slot's]] local space. | ||
| | |GlobalScaleToLocal|| Converts a Scale in global space to the provided [[Slot|slot's]] local space. | ||
| | |GlobalVectorToLocal|| Converts a Vector in global space to the provided [[Slot|slot's]] local space. | ||
| | |LocalDirectionToGlobal|| Converts a Direction in the provided [[Slot|slot's]] local space to global space. | ||
| | |LocalPointToGlobal|| Converts a Point in the provided [[Slot|slot's]] local space to global space. | ||
| | |LocalRotationToGlobal|| Converts a Rotation in the provided [[Slot|slot's]] local space to global space. | ||
| | |LocalScaleToGlobal|| Converts a Scale in the provided [[Slot|slot's]] local space to global space. | ||
| | |LocalScreenPointToDirection|| Converts the user's screen point to their facing world direction. | ||
| | |LocalScreenPointToWorld|| Converts the user's screen point plus the distance and returns their facing world value offset position. | ||
| | |LocalVectorToGlobal|| Converts a Vector in the provided [[Slot|slot's]] local space to global space. | ||
| | |TransformDirection|| Converts a Direction in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space. | ||
| | |TransformPoint|| Converts a Point in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space. | ||
| | |TransformRotation|| Converts a Rotation in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space. | ||
| | |TransformScale|| Converts a Scale in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space. | ||
| | |TransformVector|| Converts a Vector in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space. | ||
}} | }} | ||
[[Category:ProtoFlux:Transform]] | [[Category:ProtoFlux:Transform]] |
Latest revision as of 03:57, 25 August 2025
Node Name | Description |
---|---|
GlobalDirectionToLocal | Converts a Direction in global space to the provided slot's local space. |
GlobalPointToLocal | Converts a Point in global space to the provided slot's local space. |
GlobalRotationToLocal | Converts a Rotation in global space to the provided slot's local space. |
GlobalScaleToLocal | Converts a Scale in global space to the provided slot's local space. |
GlobalVectorToLocal | Converts a Vector in global space to the provided slot's local space. |
LocalDirectionToGlobal | Converts a Direction in the provided slot's local space to global space. |
LocalPointToGlobal | Converts a Point in the provided slot's local space to global space. |
LocalRotationToGlobal | Converts a Rotation in the provided slot's local space to global space. |
LocalScaleToGlobal | Converts a Scale in the provided slot's local space to global space. |
LocalScreenPointToDirection | Converts the user's screen point to their facing world direction. |
LocalScreenPointToWorld | Converts the user's screen point plus the distance and returns their facing world value offset position. |
LocalVectorToGlobal | Converts a Vector in the provided slot's local space to global space. |
TransformDirection | Converts a Direction in a slot's local space to B slot's local space. |
TransformPoint | Converts a Point in a slot's local space to B slot's local space. |
TransformRotation | Converts a Rotation in a slot's local space to B slot's local space. |
TransformScale | Converts a Scale in a slot's local space to B slot's local space. |
TransformVector | Converts a Vector in a slot's local space to B slot's local space. |
Pages in category "ProtoFlux:Transform:Conversion"
The following 17 pages are in this category, out of 17 total.