Skip to content

pawbyte/semath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short East Math ( SEMATH )

A small C++ library meant to do simple math functions not included in cmath. Simply include this in your project and make calls via the 'semath" namespace. A special thanks to YellowAfterLife for his help with many of our trigonometry based functions.

Code Example ( main.cpp):

#include "semath.h"
#include <iostream> //used to use std::cout to print messages

//Make sure to include both "semath.h" and "semath.cpp" in your project directory.

int main( int argc, char* args[] )
{
  std::cout << "Result of <get_direction( 0, 0, 300, 300):" << get_direction( 0, 0, 300, 300)  << ".\n";
  std::cout << "Result of <get_distance( 0, 0, 300, 300):" << get_distance( 0, 0, 300, 300)  << ".\n";

  return 0;
}

Donate to make SEMATH greater

Work on open source projects like this is not possible without funding. The amount of time it takes to update the codebases, create examples, tutorials and more is quite expensive. Please consider either a one-time or monthly donation to keep this engine going and more frequently updated.

We have a Patron Page that you can help fund future open source projects and the updates to this one.

There is also a PayPal one time donation method as well.

I appreciate your generousity and moving this project forward.

Discord Chat

Come and join our discord server! Bounce ideas off each other, hangout and discord open source,gaming, etc.

Forums

Become a member on our forum! Here, you can find help and talk directly with the developers of this project!

Developers

theweirdn8

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages