BodyGetLocalVector(Vector2) Method |
Gets a local vector given a world vector.
Note that the vector only takes the rotation into account, not the position.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 GetLocalVector(
Vector2 worldVector
)
Parameters
- worldVector Vector2
- A vector in world coordinates.
Return Value
Vector2The corresponding local vector.
See Also