5 references to CreateRotationMatrix
PresentationCore (5)
System\Windows\Media3D\Matrix3D.cs (4)
206this *= CreateRotationMatrix(ref quaternion, ref center); 217this = CreateRotationMatrix(ref quaternion, ref center) * this; 227this *= CreateRotationMatrix(ref quaternion, ref center); 237this = CreateRotationMatrix(ref quaternion, ref center) * this;
System\Windows\Media3D\RotateTransform3D.cs (1)
106return Matrix3D.CreateRotationMatrix(ref quaternion, ref center);