7 references to Normalize
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
166direction.Normalize();
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
183rayDirection.Normalize();
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (2)
77zaxis.Normalize(); 80xaxis.Normalize();
Core\CSharp\System\Windows\Media3D\Quaternion.cs (1)
147v.Normalize();
Core\CSharp\System\Windows\Media3D\Vector3D.cs (2)
127vector1.Normalize(); 128vector2.Normalize();