Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix FixAngle(TOpenCLMatrix X) | Make the angle fit within +/- PI. |
| 2 | clValue FixAngle(TOpenCLValue X) | Make the angle fit within +/- PI. |
| 3 | clVector FixAngle(TOpenCLVector X) | Make the angle fit within +/- PI. |
Overload 1: clMatrix FixAngle(TOpenCLMatrix X)
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clVector.FixAngle
Overload 2: clValue FixAngle(TOpenCLValue X)
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.FixAngle
Overload 3: clVector FixAngle(TOpenCLVector X)
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.FixAngle