Skip to content

MGauravSaini/Geometric-vector-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geometric-vector-class

A C++ Geometric 3D Vector class with the support of boost::units and boost::geometry.

3D Vectors

Using instruction :

Make sure you include the necessary boost.units and boost.geometery library headers in your program because you have to use them to declare a unit vector.

To download Boost C++ Libraries click here -> Boost C++ Libraries

Examples and References:

Don't forget to include geo_vector.h in your currect working directory before testing these Examples.

  1. Addition of two Vectors

  2. Subtraction of two Vectors

  3. Dot product of two vectors

  4. Cross product of two vectors

  5. Normalizing a Vector

Need your help

Please review my work and Respond to me Here.

I'll really appreciate your response.

About

A C++ Geometric 3D vector class with boost::units and boost::geometry support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages