The triple product of this vector and the two specified vectors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- middle
- Type: Autodesk.Revit.DBXYZ
The second vector.
- right
- Type: Autodesk.Revit.DBXYZ
The third vector.
Return Value
The real number equal to the triple product.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.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | Thrown when middle or right is a null reference (Nothing in Visual Basic). |