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