HM_vectorangle()

Calculates the angle between two vectors.

Syntax

double HM_vectorangle(HM_vectorpointer vector1, HM_vectorpointer vector2);

Type

HyperMesh hmlib Function

Description

Calculates the angle between two vectors.

Inputs

vector1
A pointer to a vector.
vector2
A pointer to a vector.

Example

The angle in radians.

Errors

None.