From: <no...@so...> - 2002-05-29 19:52:14
|
Feature Requests item #562038, was opened at 2002-05-29 14:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=437250&aid=562038&group_id=43735 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ben Scott (nonchocoboy) Assigned to: Ben Scott (nonchocoboy) Summary: getTrans that returns a vec Initial Comment: A getTrans for a matrix that returns a new vec rather than having to pass in a temporary would be convenient. Matrix44f myMatrix; Vec3f blah = getTrans(myMatrix); ---------------------------------------------------------------------- >Comment By: Allen Bierbaum (allenb) Date: 2002-05-29 14:52 Message: Logged In: YES user_id=4961 This would be a makeTrans then, not a getTrans. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=437250&aid=562038&group_id=43735 |