4 references to CrossProduct
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
452Vector3D normal = Vector3D.CrossProduct(p[1] - p[0], p[2] - p[0]);
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
515Vector3D normal = Vector3D.CrossProduct(b - a, c - a);
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (2)
79Vector3D xaxis = Vector3D.CrossProduct(upDirection, zaxis); 82Vector3D yaxis = Vector3D.CrossProduct(zaxis, xaxis);