public void Set(ref ONB a) { right = a.right; up = a.up; forward = a.forward; position = a.position; }
public ONB(ref ONB a) { Set(ref a); }