void SinCos(TOpenCLValue *SinX, TOpenCLValue *CosX) const;
Sine and cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SinX | TOpenCLValue * | |
| 2 | CosX | TOpenCLValue * |
Remarks:
Calculates the sine and cosine for calling object value and stores the sine to SinX and cosine to CosX.
Note
Use this method if you require both sine and cosine.
See Also: clValue::Sin, clValue::Cos
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler