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