Table of Contents

Method ApplyImpulse

Namespace
Box3D
Assembly
Box3D.NET.dll

ApplyImpulse(Vector3, Vector3, bool)

Changes the velocity immediately at a world-space point, adding spin if it is off-centre.

public void ApplyImpulse(Vector3 impulse, Vector3 point, bool wake = true)

Parameters

impulse Vector3

The impulse, in newton-seconds.

point Vector3

The point of application, in world space.

wake bool

Whether to wake the body first.