mariopesch / Vector3D

simple Vector3D Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vector3D Class

Simple C++ Class for the use of 3D Vectors. Contains basic Function for Vectormathematics ##Examples:

  • myVector.print()
  • myVectorA.operator+(myVectorB)
  • myVectorA.operator-(myVectorB)
  • myVectorA.operator*(var)
  • myVectorA.scalprod(myVectorB)
  • myVectorA.lenght();

About

simple Vector3D Class


Languages

Language:C++ 100.0%