row2 property

Vector3 row2

Returns row 2

Implementation

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

Sets row 2 to arg

Implementation

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