vec_angles

vec_angles(vectors1, vectors2, axis=-1): 

Gets the angles and normals between two vectors

  • vectors1: np.ndarray

    No description…

  • vectors2: np.ndarray

    No description…

  • :returns: (np.ndarray, np.ndarray)

    angles and normals between two vectors

Examples:


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings