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

19.11.11 point

pvec = physics.Arbiter:point(i)

Parameter

Type

Description

self

in physics.Arbiter

The input Arbiter

i

in number

A contact point number

pvec

out physics.Vect

The position of the ith contact point

Returns the position of the ith contact point. Returns nil if i is out of the range of the number of contact points.

Introduced in platform.apiLevel = '2.0'