Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ CosSin
Function
CosSin
TSVector2D.h:683–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
inline Vector2D CosSin(float x)
684
{
685
Vector2D v;
686
687
CosSin(x, &v.x, &v.y);
688
return (v);
689
}
690
}
691
692
Callers
15
TSVector4D.cpp
File · 0.85
TSVector2D.cpp
File · 0.85
MakeRotation
Method · 0.85
MakeRotationX
Method · 0.85
MakeRotationY
Method · 0.85
MakeRotationZ
Method · 0.85
MakeRotation
Method · 0.85
MakeRotoreflection
Method · 0.85
TSMatrix3D.cpp
File · 0.85
MakeRotationX
Method · 0.85
MakeRotationY
Method · 0.85
MakeRotationZ
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected