The Transform2D is an entity component providing position and rotation a 2D object. More...
Inherits Quantum.IComponent.
Public Member Functions | |
FPVector2 | InverseTransformDirection (FPVector2 direction) |
Transforms a direction from world to local space. See also:
. More... | |
FPVector2 | InverseTransformPoint (FPVector2 point) |
Transforms a point from world to local space. See also:
. More... | |
FPVector2 | TransformDirection (FPVector2 direction) |
Transforms a direction from local to world space. See also:
. More... | |
FPVector2 | TransformPoint (FPVector2 point) |
Transforms a point from local to world space. See also:
. More... | |
The Transform2D is an entity component providing position and rotation a 2D object.
Transforms a point from local to world space. See also:
.
point | A point in local space. |
Transforms a point from world to local space. See also:
.
point | A point in world space. |
Transforms a direction from local to world space. See also:
.
direction | A direction in local space. |