row1 property

Vector3 row1

Returns row 1

Implementation

Vector3 get row1 => getRow(1);
void row1=(Vector3 arg)

Sets row 1 to arg

Implementation

set row1(Vector3 arg) => setRow(1, arg);