Click or drag to resize

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.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector2 GetLocalVector(
	ref Vector2 worldVector
)

Parameters

worldVector  Vector2
A vector in world coordinates.

Return Value

Vector2
The corresponding local vector.
See Also