MtxExpr::FixAngle Function

Overload List

#SignatureDescription
1Vector FixAngle(TVec *X);Make the angle fit within +/- PI.
2Matrix FixAngle(TMtx *X);Make the angle fit within +/- PI.

Overload 1: Vector FixAngle(TVec *X);

Make the angle fit within +/- PI.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::FixAngle

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

Overload 2: Matrix FixAngle(TMtx *X);

Make the angle fit within +/- PI.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Vector::FixAngle

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