示例#1
0
 public MyTask() : base()
 {
     // Initialise to the identity matrix.
     matrix = new OS.Matrix();
 }