Click or drag to resize

BodyGetLinearVelocityFromWorldPoint(Vector2) Method

Get the world linear velocity of a world point attached to this body.

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 GetLinearVelocityFromWorldPoint(
	ref Vector2 worldPoint
)

Parameters

worldPoint  Vector2
A point in world coordinates.

Return Value

Vector2
The world velocity of a point.
See Also