Sprite Factory

ReadMe
Release Notes
Overview
Using the Editor
Upgrading

Concepts
Sprites
Master Sprites
Sprite Groups
Colliders
Locators
Material Sets
SpriteUpdater
SpriteCamera

Advanced
Working in Multiple Projects

Classes
Runtime Classes

Videos
Overview
Creating Sprites
Sprite Inspector
Frame Events
Collision System
Locator System
Material Sets

Links
Sprite Factory Site
Web Documentation
Support
Contact

SpriteFactory.Sprite.Locator.InverseTransformDirection

C#: Vector3 InverseTransformDirection (Vector3 direction)
JS: function InverseTransformDirection (direction : Vector3) : Vector3

Description
Transforms a direction from world space to local space. The opposite of TransformDirection.

This operation is unaffected by scale.


C#: Vector3 InverseTransformDirection (float x, float y, float z)
JS: function InverseTransformDirection (x : float, y : float, z : float) : Vector3

Description
Transforms the direction x, y, z from world space to local space. The opposite of TransformDirection.

This operation is unaffected by scale.

See Also
TransformDirection
TransformPoint
InverseTransformPoint