예제 #1
0
 public Transform orthonormalized()
 {
     return(new Transform(basis.orthonormalized(), origin));
 }