![]() |
• Math Library | ||
|
API Links
Developer Links
|
Matrix4D::GetRowDefined in:
Returns a C4Matrix4D.hVector4D object containing the entries of a particular row.
Prototype
Parameters
Description
The GetRow function returns a vector containing the four entries in the row specified by the i parameter. Since matrices are stored in column-major order, this function must copy the entries into a new Vector4D object. A reference to a column of a matrix, requiring no copy, can be retrieved using the [] operator.
See Also
|