Hierarchy

Constructors

Properties

location: Geometric2

The point of application of the force.

vector: Geometric2

The force vector, may be in local or world coordinates.

Accessors

  • get locationCoordType(): CoordType
  • Returns CoordType

  • set locationCoordType(locationCoordType): void
  • Parameters

    • locationCoordType: CoordType

    Returns void

  • get vectorCoordType(): CoordType
  • Returns CoordType

  • set vectorCoordType(vectorCoordType): void
  • Parameters

    • vectorCoordType: CoordType

    Returns void

Methods

  • Computes the force being applied (vector) in WORLD coordinates.

    Parameters

    Returns void

  • Computes the point of application of the force in world coordinates.

    Parameters

    Returns void

  • Computes the torque, i.e. moment of the force about the center of mass (bivector). Torque = (x - X) ^ F, so the torque is being computed with center of mass as origin. Torque = r ^ F because r = x - X

    Parameters

    Returns void

Generated using TypeDoc