Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Microsoft.DirectX
Vector3 Structure
Vector3 Methods
ScalarTriple Method
ScalarTriple Method (Vector3, Vector3)
ScalarTriple Method (Vector3, Vector3, Vector3)
Vector3
ScalarTriple Method (Vector3, Vector3)
Scalar triple product of three
Vector3
s
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
Copy
public
double
ScalarTriple
(
Vector3
b
,
Vector3
c
)
Parameters
b
Type:
Microsoft.DirectX
Vector3
Second
Vector3
c
Type:
Microsoft.DirectX
Vector3
Third
Vector3
Return Value
Type:
Double
Scalar triple product as a
Double
Remarks
Equivalent to
Copy
this
.DotD(b.Cross(c))
See Also
Reference
Vector3 Structure
ScalarTriple Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com