row0 property

Vector4 row0

Returns row 0

Implementation

Vector4 get row0 => getRow(0);
void row0=(Vector4 arg)

Sets row 0 to arg

Implementation

set row0(Vector4 arg) => setRow(0, arg);