added cFFi function
This commit is contained in:
parent
29208970f0
commit
7629e40b53
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.33 2005/11/22 15:47:35 cignoni
|
||||||
|
Moved ComputeNormal and ComputeNormalizedNormal out of the face class (no more a member function!)
|
||||||
|
|
||||||
Revision 1.32 2005/11/12 18:39:54 cignoni
|
Revision 1.32 2005/11/12 18:39:54 cignoni
|
||||||
Added dummy static member for avoiding annoying warning in empty functions...
|
Added dummy static member for avoiding annoying warning in empty functions...
|
||||||
|
|
||||||
|
@ -689,6 +692,8 @@ public:
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline const char & cFFi( const int j ) const {return FFi(j);}
|
||||||
|
|
||||||
/** Return the index that the face have in the j-th adjacent face.
|
/** Return the index that the face have in the j-th adjacent face.
|
||||||
@param j Index of the edge.
|
@param j Index of the edge.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue