Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
math.h File Reference
#include <ktm/global.h>
#include <math/Types.h>
Include dependency graph for ktm/math.h:

Go to the source code of this file.

Namespaces

namespace  sf
 

Functions

bool _KTM_FUNC sf::CalcTangent (int select, const Vector2D &c1, double radius1, Vector2D &tg1, const Vector2D &c2, double radius2, Vector2D &tg2)
 
bool _KTM_FUNC sf::GetLineValues (const Vector2D &p, double angle, double &slope, double &yofs)
 
bool _KTM_FUNC sf::GetLineValues (const Vector2D &p1, const Vector2D &p2, double &slope, double &yofs)
 
bool _KTM_FUNC sf::GetIntersection (const Vector2D &p11, const Vector2D &p12, const Vector2D &p2, double angle2, Vector2D &ip)
 
bool _KTM_FUNC sf::GetIntersection (const Vector2D &center, double radius, const Vector2D &p, double angle, Vector2D &ip1, Vector2D &ip2)