Example #1
0
 public void Set(ref ONB a)
 {
     right = a.right; up = a.up; forward = a.forward; position = a.position;
 }
Example #2
0
 public ONB(ref ONB a)
 {
     Set(ref a);
 }