Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector FixAngle(TVec *X); | Make the angle fit within +/- PI. |
| 2 | Matrix FixAngle(TMtx *X); | Make the angle fit within +/- PI. |
Overload 1: Vector FixAngle(TVec *X);
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Vector::FixAngle
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler