finale

finale

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

vex function problem Nov. 28, 2002, 6:58 a.m.

Hi,

Now I am trying to convert a matrix3 variable into a vector variable.
I find the two functions below in the vex document.

float getcomp(matrix , float, int row, int col)
float getcomp(matrix3 , float, int row, int col)

But there is no explanation in the document about the float parameter.
If I know the row and the col, I can get the component which I want, right?
so, what is that float parameter for?

ps. sorry about my poor English, because it's not my native language.