You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > SinCos Method > clVector.SinCos Method (TOpenCLMtxVec, TOpenCLMtxVec)
MtxVec VCL
ContentsIndex
Example
var a: clVector; s,c: clVector; begin a.CopyFromArray(TSingleArray.Create(0,PiDiv2,PI)); a.SinCos(s,c); // s=[0,1,0], c =[1,0,-1] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.