BodyGetLocalPoint(Vector2) Method |
Gets a local point relative to the body's origin given a world point.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 GetLocalPoint(
Vector2 worldPoint
)
Parameters
- worldPoint Vector2
- A point in world coordinates.
Return Value
Vector2The corresponding local point relative to the body's origin.
See Also