Revision: 1287
http://sourceforge.net/p/ggt/code/1287
Author: patrickh
Date: 2013-09-16 14:28:37 +0000 (Mon, 16 Sep 2013)
Log Message:
-----------
Remove unimplemented squad() and meanTangent() methods.
Modified Paths:
--------------
trunk/gmtl/QuatOps.h
Modified: trunk/gmtl/QuatOps.h
===================================================================
--- trunk/gmtl/QuatOps.h 2013-08-17 12:58:27 UTC (rev 1286)
+++ trunk/gmtl/QuatOps.h 2013-09-16 14:28:37 UTC (rev 1287)
@@ -469,23 +469,7 @@
result[Zelt] = result[Zelt] * length;
return result;
}
-
- /** WARNING: not implemented (do not use) */
- template <typename DATA_TYPE>
- void squad( Quat<DATA_TYPE>& result, DATA_TYPE t, const Quat<DATA_TYPE>& q1, const Quat<DATA_TYPE>& q2, const Quat<DATA_TYPE>& a, const Quat<DATA_TYPE>& b )
- {
- gmtlASSERT( false );
- }
- /** WARNING: not implemented (do not use) */
- template <typename DATA_TYPE>
- void meanTangent( Quat<DATA_TYPE>& result, const Quat<DATA_TYPE>& q1, const Quat<DATA_TYPE>& q2, const Quat<DATA_TYPE>& q3 )
- {
- gmtlASSERT( false );
- }
-
-
-
/** @} */
/** @ingroup Interp Quat
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|