The triple product of this vector and the two specified vectors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public double TripleProduct( XYZ middle, XYZ right )
Parameters
Return Value
DoubleThe real number equal to the triple product.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when middle or right is null. |