SCV
4.2.1
Simple Components for Visual
|
Basic operations of mathematics. More...
Go to the source code of this file.
Namespaces | |
namespace | scv |
namespace | scv::math |
Mathematic functions. | |
Functions | |
bool | scv::math::isInside (scv::Point p11, scv::Point p12, scv::Point p21, scv::Point p22) |
Widths are positive and should grow to right and down. | |
double | scv::math::nearestValue (double p, double p1, double p2) |
Return the nearest value from 'p'. | |
void | scv::math::intersectSquare (scv::Point &p11, scv::Point &p12, scv::Point &p21, scv::Point &p22) |
Basic operations of mathematics.