Skip to main content

Rigidbody.GetRelativePointVelocity(Vector3 relativePoint)

The velocity relative to the rigidbody at the point relativePoint.

Parameters:

NameTypeDescription
relativePointVector3

Returns:

typeDescription
Vector3The velocity relative to the rigidbody at the point relativePoint.

Usage

---@type Rigidbody
local rigidbody;

---@type Vector3
local relativePoint;


local val0 = rigidbody.GetRelativePointVelocity(relativePoint)