You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
SinCos Method
>
Vector.SinCos Method (TMtxVec, TMtxVec)
Dew Math for .NET
Example
Vector.SinCos Method (TMtxVec, TMtxVec)
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-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home