ImageGear for .NET
vectorProduct Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Point Class : vectorProduct Method

vector
The vector for the scalar product with this vector.

Glossary Item Box

Makes the scalar product of this vector with given vector.

Syntax

ASP.NET Ajax Javascript (Specification) 
function vectorProduct( 
   vector : 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

©2013. Accusoft Corporation. All Rights Reserved.