Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SinCos(TOpenCLBase *SinX, TOpenCLBase *CosX, int SinXIndex, int CosXIndex, int Index, int Len); | |
| 2 | void SinCos(TOpenCLValue *SinX, TOpenCLValue *CosX); | Sine and cosine. |
Overload 1: void SinCos(TOpenCLBase *SinX, TOpenCLBase *CosX, int SinXIndex, int CosXIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SinX | TOpenCLBase * | |
| 2 | CosX | TOpenCLBase * | |
| 3 | SinXIndex | int | |
| 4 | CosXIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void SinCos(TOpenCLValue *SinX, TOpenCLValue *CosX);
Sine and cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SinX | TOpenCLValue * | |
| 2 | CosX | TOpenCLValue * |
Remarks:
Calculates the sine and cosine of the value stored in the calling object. FloatPrecision and TOpenCLBase::Complex property of SinX and CosX are adjusted automatically.
Note
Use this method if you require both sine and cosine.
See Also: TOpenCLValue::Sin, TOpenCLValue::Cos
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler