Click or drag to resize

BodyGetLocalPoint Method (Vector2)

Gets a local point relative to the body's origin given a world point.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector2 GetLocalPoint(
	Vector2 worldPoint
)

Parameters

worldPoint
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
A point in world coordinates.

Return Value

Type: Vector2
The corresponding local point relative to the body's origin.
See Also