And fix some typos in that documentation for the SolveSpace
library, and stub out a function to make it build again. [git-p4: depot-paths = "//depot/solvespace/": change = 2112]solver
parent
cbbad624ac
commit
c440a6b687
|
@ -229,7 +229,7 @@ SLVS_E_ARC_OF_CIRCLE
|
|||
It is then defined by three points
|
||||
|
||||
point[0] center of the circle
|
||||
point[1] begining of the arc
|
||||
point[1] beginning of the arc
|
||||
point[2] end of the arc
|
||||
|
||||
and its normal
|
||||
|
@ -237,7 +237,7 @@ SLVS_E_ARC_OF_CIRCLE
|
|||
normal identical to the normal of the workplane
|
||||
|
||||
The arc runs counter-clockwise from its beginning to its end (with
|
||||
the workplane's normal pointing owards the viewer). If the begining
|
||||
the workplane's normal pointing towards the viewer). If the beginning
|
||||
and end of the arc are coincident, then the arc is considered to
|
||||
represent a full circle.
|
||||
|
||||
|
|
|
@ -10,6 +10,10 @@ void Group::GenerateEquations(IdList<Equation,hEquation> *l) {
|
|||
// Nothing to do for now.
|
||||
}
|
||||
|
||||
void DoMessageBox(char *str, int rows, int cols, BOOL error)
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
||||
void Slvs_QuaternionU(double qw, double qx, double qy, double qz,
|
||||
|
|
Loading…
Reference in New Issue