5 references to CreateRotationMatrix
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (4)
225this *= CreateRotationMatrix(ref quaternion, ref center); 236this = CreateRotationMatrix(ref quaternion, ref center) * this; 246this *= CreateRotationMatrix(ref quaternion, ref center); 256this = CreateRotationMatrix(ref quaternion, ref center) * this;
Core\CSharp\System\Windows\Media3D\RotateTransform3D.cs (1)
119return Matrix3D.CreateRotationMatrix(ref quaternion, ref center);