5 references to CreateRotationMatrix
PresentationCore (5)
System\Windows\Media3D\Matrix3D.cs (4)
221
this *=
CreateRotationMatrix
(ref quaternion, ref center);
232
this =
CreateRotationMatrix
(ref quaternion, ref center) * this;
242
this *=
CreateRotationMatrix
(ref quaternion, ref center);
252
this =
CreateRotationMatrix
(ref quaternion, ref center) * this;
System\Windows\Media3D\RotateTransform3D.cs (1)
116
return Matrix3D.
CreateRotationMatrix
(ref quaternion, ref center);