Click or drag to resize

BodyGetWorldPoint Method (Vector2)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector2 GetWorldPoint(
	Vector2 localPoint
)

Parameters

localPoint
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
A point on the body measured relative the the body's origin.

Return Value

Type: Vector2
The same point expressed in world coordinates.
See Also