row0 property

Vector2 row0

Returns row 0

Implementation

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

Sets row 0 to arg

Implementation

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