nicholas_yue Posted November 4, 2014 Share Posted November 4, 2014 Hi, I came across this method which I am planning to use but there is no document about the return values. virtual int evaluateInteriorPointV4(UT_Vector4 &pos, fpreal u, fpreal v, fpreal w = 0) const; I am guessing there must be a reason for not simply returning a boolean. Cheers Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted November 14, 2014 Share Posted November 14, 2014 evaluateInteriorPointV4(UT_Vector4 &pos,......) Value of sampled point returns by reference (&pos). Function returns 0 if evaluation is OK, -1 otherwise. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.