Interface Force

Represents a force object used to calculate forces acting on the bodies in the Universe.

interface Force {
    getForces(bodies): Vector3[];
}

Implemented by

Methods

Methods

Generated using TypeDoc