Revision: 76771
http://sourceforge.net/p/brlcad/code/76771
Author: brlcad
Date: 2020-08-15 02:29:08 +0000 (Sat, 15 Aug 2020)
Log Message:
-----------
remove the statements of discouragement as it can be misleading to cursory
encounters.
Modified Paths:
--------------
brlcad/trunk/include/vmath.h
Modified: brlcad/trunk/include/vmath.h
===================================================================
--- brlcad/trunk/include/vmath.h 2020-08-15 01:11:03 UTC (rev 76770)
+++ brlcad/trunk/include/vmath.h 2020-08-15 02:29:08 UTC (rev 76771)
@@ -490,8 +490,6 @@
/**
* Return truthfully whether a value is within a minimum
* representation tolerance from zero.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define ZERO(_a) NEAR_ZERO((_a), SMALL_FASTF)
@@ -498,8 +496,6 @@
/**
* Return truthfully whether a vector is within a minimum
* representation tolerance from zero.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define VZERO(_a) VNEAR_ZERO((_a), SMALL_FASTF)
@@ -506,8 +502,6 @@
/**
* Return truthfully whether a 2d vector is within a minimum
* representation tolerance from zero.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define V2ZERO(_a) V2NEAR_ZERO((_a), SMALL_FASTF)
@@ -514,8 +508,6 @@
/**
* Return truthfully whether a homogenized 4-element vector is within
* a minimum representation tolerance from zero.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define HZERO(_a) HNEAR_ZERO((_a), SMALL_FASTF)
@@ -556,8 +548,6 @@
/**
* Return truthfully whether two values are within a minimum
* representation tolerance from each other.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define EQUAL(_a, _b) NEAR_EQUAL((_a), (_b), SMALL_FASTF)
@@ -565,8 +555,6 @@
/**
* Return truthfully whether two vectors are equal within a minimum
* representation tolerance.
- *
- * Use not recommended due to compilation-variant tolerance.
*/
#define VEQUAL(_a, _b) VNEAR_EQUAL((_a), (_b), SMALL_FASTF)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits