| Visual Basic | |
|---|---|
Function DotProduct( _ ByVal Vector As MathVector _ ) As System.Double | |
| C# | |
|---|---|
System.double DotProduct( MathVector Vector ) | |
| JavaScript | |
|---|---|
DotProduct( Vector : dsMathVector ) : Number | |
Parameters
- Vector
- IMathVector
- Result[out] or Return Value
- Dot product of this vector and Vector
DraftSight V1R1.4
Syntax