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