BodyGetWorldVector(Vector2) Method |
Get the world coordinates of a vector given the local coordinates.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 GetWorldVector(
Vector2 localVector
)
Parameters
- localVector Vector2
- A vector fixed in the body.
Return Value
Vector2The same vector expressed in world coordinates.
See Also