MCPcopy 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.cppFile · 0.85
TSVector2D.cppFile · 0.85
MakeRotationMethod · 0.85
MakeRotationXMethod · 0.85
MakeRotationYMethod · 0.85
MakeRotationZMethod · 0.85
MakeRotationMethod · 0.85
MakeRotoreflectionMethod · 0.85
TSMatrix3D.cppFile · 0.85
MakeRotationXMethod · 0.85
MakeRotationYMethod · 0.85
MakeRotationZMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected