Click or drag to resize

Vector3ScalarTriple Method (Vector3, Vector3, Vector3)

Scalar triple product of three Vector3s

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
Remarks
Equivalent to
a.DotD(b.Cross(c))
See Also