Category:ProtoFlux:Transform:Conversion: Difference between revisions

Category page
Added descriptions to this category.
m fix link spaces
 
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Global Direction To Local|| Converts a Direction in global space to the provided [[Slot|slot's]] local space.
|GlobalDirectionToLocal|| Converts a Direction in global space to the provided [[Slot|slot's]] local space.
|Global Point To Local|| Converts a Point 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.
|Global Rotation To Local|| Converts a Rotation 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.
|Global Scale To Local|| Converts a Scale 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.
|Global Vector To Local|| Converts a Vector 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.
|Local Direction To Global|| Converts a Direction in the provided [[Slot|slot's]] local space to global space.
|LocalDirectionToGlobal|| Converts a Direction in the provided [[Slot|slot's]] local space to global space.
|Local Point To Global|| Converts a Point 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.
|Local Rotation To Global|| Converts a Rotation 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.
|Local Scale To Global|| Converts a Scale 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.
|Local Screen Point To Direction|| Converts the user's screen point to their facing world direction.
|LocalScreenPointToDirection|| Converts the user's screen point to their facing world direction.
|Local Screen Point To World|| Converts the user's screen point plus the distance and  returns their facing world value offset position.
|LocalScreenPointToWorld|| Converts the user's screen point plus the distance and  returns their facing world value offset position.
|Local Vector To Global|| Converts a Vector in the provided [[Slot|slot's]] local space to global space.
|LocalVectorToGlobal|| Converts a Vector in the provided [[Slot|slot's]] local space to global space.
|Transform Direction|| Converts a Direction in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space.
|TransformDirection|| Converts a Direction in a [[Slot|slot's]] local space to B [[Slot|slot's]] local space.
|Transform Point|| Converts a Point 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.
|Transform Rotation|| Converts a Rotation 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.
|Transform Scale|| Converts a Scale 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.
|Transform Vector|| Converts a Vector 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

Nodes
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.