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

19.8.3 b

bvec = physics.SegmentShape:b()

Parameter

Type

Description

self

in physics.SegmentShape

The input SegmentShape

bvec

out physics.Vect

The second end point of the segment

Returns the b vector defining one of the end points of the segment.

Introduced in platform.apiLevel = '2.0'