Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix FixAngle(TMtx X) | Make the angle fit within +/- PI. |
| 2 | Vector FixAngle(TVec X) | Make the angle fit within +/- PI. |
Overload 1: Matrix FixAngle(TMtx X)
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Vector.FixAngle
Overload 2: Vector FixAngle(TVec X)
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.FixAngle