clean namedentity, forward declarations, ostream_write
This commit is contained in:
@@ -73,18 +73,6 @@ const unsigned int BRUSH_DETAIL_MASK = ( 1 << BRUSH_DETAIL_FLAG );
|
||||
#define BRUSH_DEGENERATE_DEBUG 0
|
||||
|
||||
|
||||
inline void print_vector3( const Vector3& v ){
|
||||
globalOutputStream() << "( " << v.x() << " " << v.y() << " " << v.z() << " )\n";
|
||||
}
|
||||
|
||||
inline void print_3x3( const Matrix4& m ){
|
||||
globalOutputStream() << "( " << m.xx() << " " << m.xy() << " " << m.xz() << " ) "
|
||||
<< "( " << m.yx() << " " << m.yy() << " " << m.yz() << " ) "
|
||||
<< "( " << m.zx() << " " << m.zy() << " " << m.zz() << " )\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
inline bool texdef_sane( const texdef_t& texdef ){
|
||||
return fabs( texdef.shift[0] ) < ( 1 << 16 )
|
||||
&& fabs( texdef.shift[1] ) < ( 1 << 16 );
|
||||
|
||||
Reference in New Issue
Block a user