SCNMatrix4Identity
The 4 x 4 identity matrix.
Declaration
let SCNMatrix4Identity: SCNMatrix4let SCNMatrix4Identity: SCNMatrix4Discussion
Elements on the diagonal of this matrix are 1.0; all other elements are 0.0. Multiplying another matrix by the identity matrix or multiplying the identity matrix by another matrix yields the other matrix.