You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Physics Library > surfaceV

19.5.19 surfaceV

sv = physics.Shape:surfaceV()

Parameter

Type

Description

self

in physics.Shape

The input Shape

sv

out physics.Vect

The surface velocity of the Shape

Returns the surface velocity vector of the shape.

Introduced in platform.apiLevel = '2.0'