BodyGetLinearVelocityFromWorldPoint(Vector2) Method |
Get the world linear velocity of a world point attached to this body.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 GetLinearVelocityFromWorldPoint(
Vector2 worldPoint
)
Parameters
- worldPoint Vector2
- A point in world coordinates.
Return Value
Vector2The world velocity of a point.
See Also