You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > SinCos Method > Vector.SinCos Method (TMtxVec, TMtxVec)
MtxVec VCL
ContentsIndex
Example
var a,s,c: Vector; begin a.SetIt(false[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.