8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
#title SetIdentityMatrix [RCBasic Doc]
|
|
#header Sub SetIdentityMatrix(mA, n)
|
|
|
|
Sets matrix mA to an identity matrix of n rows and n columns.
|
|
|
|
For most transform operations (ie. translate, rotate, and scale) it is recommended to start from and identity matrix
|
|
|