BodyGetWorldPoint(Vector2) Method |
Get the world coordinates of a point 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 GetWorldPoint(
ref Vector2 localPoint
)
Parameters
- localPoint Vector2
- A point on the body measured relative the the body's origin.
Return Value
Vector2The same point expressed in world coordinates.
See Also