4 references to CrossProduct
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
454Vector3D normal = Vector3D.CrossProduct(p[1] - p[0], p[2] - p[0]);
System\Windows\Media3D\MeshGeometry3D.cs (1)
510Vector3D normal = Vector3D.CrossProduct(b - a, c - a);
System\Windows\Media3D\ProjectionCamera.cs (2)
78Vector3D xaxis = Vector3D.CrossProduct(upDirection, zaxis); 81Vector3D yaxis = Vector3D.CrossProduct(zaxis, xaxis);