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