|
|
发表于 2007-1-27 22:14:00
|
显示全部楼层
Re:矩阵求逆函数实现,继续扫盲
This matrix inverse algorithm assume that the fourth column of the matrix is[0 0 0 1].
The matrix generated by applying inversable transformation on identity matrix is always inversable.
In 3D games, most of us just use three kinds of inversable matrix transformation: translation, rotation and scale.of course, you can also use other kinds of inversable transformation.
So we needn't worry about that the matrix is uninversable in most times. |
|