Function fromCartesianToAlternate

  • Converts a vector from the Cartesian coordinate system to an alternate coordinate system.

    Parameters

    • vect: ChalkboardVector

      The vector

    • type: "polar" | "bipolar" | "cylindrical" | "spherical"

      The alternate coordinate system, which can be "polar", "bipolar", "cylindrical", or "spherical"

    Returns ChalkboardVector

Generated using TypeDoc