Skip to content

format

typescript
Matrix4x4.GetRow(index)

class: Matrix4x4

description

Get the specified row data of a matrix.

parameter

param_nametypedescription
indexnumberThe index of the row.

reture

typedescription
Vector4The vector value of the row.

code example