add DistanceConstraintIJ and AngleConstraintIJ
This commit is contained in:
15
MbDCode/Numeric.h
Normal file
15
MbDCode/Numeric.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "Math.h"
|
||||
|
||||
namespace MbD {
|
||||
class Numeric : public Math
|
||||
{
|
||||
//
|
||||
public:
|
||||
static double arcTan0to2piYoverX(double y, double x);
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user