Returns row 0
Vector3 get row0 => getRow(0);
Sets row 0 to arg
arg
set row0(Vector3 arg) => setRow(0, arg);