PositionUtility
Info
typeStatic Class
namespaceAnimatext
Methods
Static Public
Rotate(Vector2 point, float rotation)Vector2Rotates the point.
Rotate(Vector2 point, float rotation, Vector2 anchorPoint)Vector2Rotates the point around the anchor point.
Rotate(Vector3 point, float rotation)Vector3Rotates the point.
Rotate(Vector3 point, float rotation, Vector2 anchorPoint)Vector3Rotates the point around the anchor point.
Scale(Vector2 point, Vector2 scale)Vector2Scales the point.
Scale(Vector2 point, Vector2 scale, Vector2 anchorPoint)Vector2Scales the point around the anchor point.
Scale(Vector3 point, Vector2 scale)Vector3Scales the point.
Scale(Vector3 point, Vector2 scale, Vector2 anchorPoint)Vector3Scales the point around the anchor point.
Skew(Vector2 point, Vector2 skew)Vector2Skews the point.
Skew(Vector2 point, Vector2 skew, Vector2 anchorPoint)Vector2Skews the point around the anchor point.
Skew(Vector3 point, Vector2 skew)Vector3Skews the point.
Skew(Vector3 point, Vector2 skew, Vector2 anchorPoint)Vector3Skews the point around the anchor point.