|
||
void Clear();
|
|
|
Synopsis |
using SilverSharp;
The Clear method clears the SilverSharp.MATRIX object to the identity matrix
|
|
Parameters |
none
|
|
Return Value |
none
|
|
Remarks |
The identity matrix is:
[1 0 0 0] [0 1 0 0] [0 0 1 0] [0 0 0 1]
|
|
See Also |
|