ObjectsPhysics3DContactPositionVector

Family: 3DPhysics · One form

What it does

ObjectsPhysics3DContactPositionVector takes objA (an integer), objB (an integer) and outPosVec3 (an integer), and answers an integer.

Syntax

ObjectsPhysics3DContactPositionVector(objA integer, objB integer, outPosVec3 integer) → integer

Parameters

NameType
objAinteger
objBinteger
outPosVec3integer

Every form returns

integer

Example · generated

DO  Print(ObjectsPhysics3DContactPositionVector(1, 1, 1))  Sync()LOOP

ObjectsPhysics3DContactPositionVector is called and its answer is printed every frame. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

144 commands in 3DPhysics