Click or drag to resize

BodyGetWorldPoint(Vector2) Method

Get the world coordinates of a point given the local coordinates.

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 GetWorldPoint(
	Vector2 localPoint
)

Parameters

localPoint  Vector2
A point on the body measured relative the the body's origin.

Return Value

Vector2
The same point expressed in world coordinates.
See Also