Beispiel #1
0
 /// <summary>
 /// Returns the transform with the basis orthogonal (90 degrees),
 /// and normalized axis vectors (scale of 1 or -1).
 /// </summary>
 /// <returns>The orthonormalized transform.</returns>
 public Transform3D Orthonormalized()
 {
     return(new Transform3D(basis.Orthonormalized(), origin));
 }