RVTDocs.com
Namespace: Autodesk.Revit.DB Class: XYZ

XYZ.TripleProduct

Method
Description:
The triple product of this vector and the two specified vectors.
Remarks:
The scalar triple product is defined as the dot product of one of the vectors with the cross product of the other two. Geometrically, this product is the (signed) volume of the parallelepiped formed by the three vectors given.
Syntax
public double TripleProduct(
	XYZ middle,
	XYZ right
)
Parameters
Parameter Type Description
middle XYZ The second vector.
right XYZ The third vector.
Return Value
Type Description
Double The real number equal to the triple product.
Exceptions
Exception Condition
ArgumentNullException Thrown when middle or right is.