MCPcopy Create free account
hub / github.com/cinder/Cinder / tan

Function tan

include/cinder/CinderMath.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 static T cos (T x) {return ::cos (double(x));}
49 static T sin (T x) {return ::sin (double(x));}
50 static T tan (T x) {return ::tan (double(x));}
51 static T cosh (T x) {return ::cosh (double(x));}
52 static T sinh (T x) {return ::sinh (double(x));}
53 static T tanh (T x) {return ::tanh (double(x));}

Callers 15

DoSquareMethod · 0.85
test_tanFunction · 0.85
buildLPFilterMethod · 0.85
getFocalLengthMethod · 0.85
CameraPerspMethod · 0.85
calcProjectionMethod · 0.85
arcToMethod · 0.85
generateMethod · 0.85
calculateMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_tanFunction · 0.68