Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Trigonometric Functions in OpenGL

A small program that lets you visualize multiple trigonometric functions, built in C++ using OpenGL and GLUT. press the letter next to the name of a function to enable/disable it.

Trigonometric functions implemented in the program:

  • $\ \textcolor{red}{sin(\theta)} $
  • $\ \textcolor{green}{cos(\theta)} $
  • $\ \textcolor{blue}{tan(\theta)} $
  • $\ \textcolor{yellow}{arcsin(x)} $
  • $\ \textcolor{magenta}{arccos(x)} $
  • $\ \textcolor{cyan}{arctan(x)} $

Screen record: