clValue::SinCos Method

void SinCos(TOpenCLValue *SinX, TOpenCLValue *CosX) const;

Sine and cosine.

#NameTypeDescription
1SinXTOpenCLValue *
2CosXTOpenCLValue *
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