row3 property

Vector4 row3

Returns row 3

Implementation

Vector4 get row3 => getRow(3);
void row3=(Vector4 arg)

Sets row 3 to arg

Implementation

set row3(Vector4 arg) => setRow(3, arg);