Collider:getLinearVelocityFromLocalPoint
EditReturns the linear velocity of a point relative to the Collider.
Arguments
Name | Type | Description |
x | number | The x coordinate. |
y | number | The y coordinate. |
z | number | The z coordinate. |
Returns
Name | Type | Description |
vx | number | The x component of the velocity of the point. |
vy | number | The y component of the velocity of the point. |
vz | number | The z component of the velocity of the point. |
Arguments
Name | Type | Description |
point | number | The point. |
Returns
Name | Type | Description |
vx | number | The x component of the velocity of the point. |
vy | number | The y component of the velocity of the point. |
vz | number | The z component of the velocity of the point. |