예제 #1
0
 /// <summary>Normalize the <see cref="Plane4"/> in place.</summary>
 public void NormalizeInPlace()
 {
     Normal.NormalizeInPlace();
 }