DotProduct Method (IMathVector)
Gets the dot product of this vector and the specified vector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DotProduct( _
IMathVector* Vector As MathVector _
) As System.Double |
C# | |
---|
System.double DotProduct(
MathVector Vector
) |
JavaScript | |
---|
DotProduct(
Vector : MathVector\n) : Number |
Parameters
- Vector
- IMathVector
Parameters
- Result[out] or Return Value
- Dot product of this vector and Vector
See Also
Availability
DraftSight V1R1.4