Class CentripetalForce

Represents a Centripetal force object. To be used to calculate the force required to keep the bodies in circular motion around a given center.

Implements

Constructors

Properties

Methods

Constructors

Properties

center: Vector3

Center of force.

Methods

  • Calculate the force required to keep the bodies in circular motion around the center. arr[i] represents the centripetal force required for the ith body.

    Parameters

    Returns Vector3[]

    forces.

Generated using TypeDoc