Makes the scalar product of this vector with given vector.
            
            
            Syntax
| ASP.NET Ajax Javascript (Specification) |  | 
|---|
| function scalarProduct( 
    : Point
) : (Any); | 
| ASP.NET Ajax Javascript (Usage) |  | 
|---|
| var resultVar = instanceOfPoint.scalarProduct(Point); | 
Parameters
- vector
- The vector for the scalar product with this vector.
See Also