Class CombinedForce

Represents a combined force object. To be used to additively combine multiple forces acting on a system of bodies.

Implements

Constructors

Properties

Methods

Constructors

Properties

forces: Force[]

Methods

  • Get the combined forces acting on the bodies. arr[i] represents the combined force acting on the ith body as a result of all force systems.

    Parameters

    Returns Vector3[]

    element-wise combined forces.

Generated using TypeDoc