The triple product of this vector and the two specified vectors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.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. |