Todo List
Description: Math utility procedures
static double atan2( y $y, x $x)
Returns Math.atan2.
static void calcDistance( $x0, $y0, $x1, $y1)
static int compareDoubles( d1 $d1, d2 $d2)
Returns -1 if d1 is lower than d2, and 1 if d1 is bigger than d2.
static double exp( a $a)
Returns Math.exp.
static void getPiStep( )
static double log( value $value)
Returns Math.log of value parameter.
static TeePoint pointAtDistance( value $aFrom, value $aTo, value $aDist)
static void pointInLineTolerance( $p, $x0, $y0, $x1, $y1, $tolerance)
static double pow( a $a, b $b)
Returns Math.pow.
static int round( value $value)
static void sqr( $x)
static void _log( $x, $numBase)
void __get( $property)
void __set( $property, $value)