HMIN_transform_vectortoglobal()

Allows vectors to be transformed to a global coordinate system, based on a local coordinate system.

Syntax

void HMIN_transform_vectortoglobal(HM_vectorpointer inputptr, double axis[3][3], HM_vectorpointer outputptr);

Type

HyperMesh hminlib Function

Description

Allows vectors to be transformed to a global coordinate system, based on a local coordinate system.

Inputs

inputptr
The pointer to the input data.
axis[3][3]
The set of axes of the vector.
outputptr
A pointer to the vector output.

Errors

None.