init_identity


Description:

public void init_identity ()

Resets matrix to the identity matrix:

  .xx=1; .xy=0; .xz=0; .xw=0;
.yx=0; .yy=1; .yz=0; .yw=0;
.zx=0; .zy=0; .zz=1; .zw=0;
.wx=0; .wy=0; .wz=0; .ww=1;

Parameters:

this

A 4x4 transformation matrix