SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Mathematic.h File Reference

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)
 

Detailed Description

Basic operations of mathematics.

Author
SCV Team