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