row2 property

Vector4 row2

Returns row 2

Implementation

Vector4 get row2 => getRow(2);
void row2=(Vector4 arg)

Sets row 2 to arg

Implementation

set row2(Vector4 arg) => setRow(2, arg);