Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector FixAngle(TOpenCLVector *X); | Make the angle fit within +/- PI. |
| 2 | clMatrix FixAngle(TOpenCLMatrix *X); | Make the angle fit within +/- PI. |
| 3 | clValue FixAngle(TOpenCLValue *X); | Make the angle fit within +/- PI. |
Overload 1: clVector FixAngle(TOpenCLVector *X);
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::FixAngle
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix FixAngle(TOpenCLMatrix *X);
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clVector::FixAngle
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue FixAngle(TOpenCLValue *X);
Make the angle fit within +/- PI.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::FixAngle
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler