Interface UVec4Arg
- All Known Implementing Classes:
UVec4
public interface UVec4Arg
Read-only access to a
UVec4
. (native type: const UVec4)-
Method Summary
-
Method Details
-
getW
int getW()Return the 4th (W) component. The vector is unaffected.- Returns:
- the component value
-
getX
int getX()Return the first (X) component. The vector is unaffected.- Returns:
- the component value
-
getY
int getY()Return the 2nd (Y) component. The vector is unaffected.- Returns:
- the component value
-
getZ
int getZ()Return the 3rd (Z) component. The vector is unaffected.- Returns:
- the component value
-