ClMtxExpr::FixAngle Function

Overload List

#SignatureDescription
1clVector FixAngle(TOpenCLVector *X);Make the angle fit within +/- PI.
2clMatrix FixAngle(TOpenCLMatrix *X);Make the angle fit within +/- PI.
3clValue FixAngle(TOpenCLValue *X);Make the angle fit within +/- PI.

Overload 1: clVector FixAngle(TOpenCLVector *X);

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::FixAngle

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix FixAngle(TOpenCLMatrix *X);

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clVector::FixAngle

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue FixAngle(TOpenCLValue *X);

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::FixAngle

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler