row0 property

Vector3 row0

Returns row 0

Implementation

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

Sets row 0 to arg

Implementation

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