Click or drag to resize

BodyGetLinearVelocityFromLocalPoint Method (Vector2)

Get the world velocity of a local 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 GetLinearVelocityFromLocalPoint(
	ref Vector2 localPoint
)

Parameters

localPoint
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
A point in local coordinates.

Return Value

Type: Vector2
The world velocity of a point.
See Also