From: <l3...@us...> - 2008-02-26 13:46:23
|
Revision: 122 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=122&view=rev Author: l3m Date: 2008-02-26 05:46:26 -0800 (Tue, 26 Feb 2008) Log Message: ----------- added set( const std::string& values, char delimiter ) and set( const std::vector< std::string >& values ) functions for vec2, vec3, vec4 and mat3 and mat4. constructors were not added because they might fail silenty - with the set functions, you get a bool to see if it (seems to have) succeeded. Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h Added Paths: ----------- trunk/include/vmmlib/stringUtils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |