Home Reference VEX VEX functions 

getcomp vex function

Contexts: chop , cop , displace , fog , image3d , light , photon , pop , shadow , sop , surface

Tags: data

Extract a single component of a vector, vector4, matrix3 or matrix.

  1. float getcomp(vector , int )

  2. float getcomp(vector4 , int )

  3. float getcomp(matrix , int , int )

  4. float getcomp(matrix3 , int , int )

Extract a single component of a vector, vector4, matrix3 or matrix.