Click or drag to resize

Vector3VectorTriple Method (Vector3, Vector3, Vector3)

Vector 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.Cross(b.Cross(c))
See Also