gtkradiant/libs/mathlib
rambetter a28d27640c This is in branch Rambetter-math-fix-experiments.
- Adding new function BaseWindingForPlaneAccu() in polylib.c.  Analogous to
original BaseWindingForPlane() only that the return value is a
winding_accu_t (new type w/ double precision). 	This function is not being
used yet.

- Restoring the original BaseWindingForPlane() function (pre-r371).  Will keep
this as a reference.  What I did exactly:
  * Renamed BaseWindingForPlane() to BaseWindingForPlaneAccu(), changed stuff.
  * Renamed _BaseWindingForPlane_orig_() to BaseWindingForPlane(), preserved.

- Adding things like vec_accu_t, vec3_accu_t, VectorSubtractAccu(),
VectorAddAccu(), VectorScaleAccu(), CrossProductAccu(), and
winding_accu_t.	 Also AllocWindingAccu() and FreeWindingAccu().

- Removing the recently	added VectorSetLength() function because it is no
longer needed.

State of this code is: compiles, not tested (new functionality not used	yet).


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/Rambetter-math-fix-experiments@381 8a3a26a2-13c4-0310-b231-cf6edde360e5
2010-12-30 01:25:37 +00:00
..
bbox.c eol style 2007-11-04 03:47:06 +00:00
linear.c * fixed warnings 2008-06-26 11:21:13 +00:00
m4x4.c * fixed warnings 2008-06-26 11:21:13 +00:00
mathlib.c This is in branch Rambetter-math-fix-experiments. 2010-12-30 01:25:37 +00:00
mathlib.vcproj merge branch work back into trunk 2008-09-01 17:34:10 +00:00
mathlib_VC9.vcproj merge branch work back into trunk 2008-09-01 17:34:10 +00:00
ray.c eol style 2007-11-04 03:47:06 +00:00