perspective projection in vecmat3 and tX test program
This commit is contained in:
6
vec.cc
6
vec.cc
@@ -803,12 +803,6 @@ return -1;
|
||||
}
|
||||
|
||||
|
||||
template<typename T>
|
||||
NRVec<T>::NRVec(const std::list<T> l) : NRVec<T>(l.size())
|
||||
{
|
||||
int ii=0;
|
||||
for(typename std::list<T>::const_iterator i=l.begin(); i!=l.end(); ++i) (*this)[ii++] = *i;
|
||||
}
|
||||
|
||||
|
||||
/***************************************************************************//**
|
||||
|
||||
Reference in New Issue
Block a user