MindFusion.Charting for JavaScript Programmer's Guide
Vector.subtract Method
See Also
 






Subtracts two vectors.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function subtract (vector1, vector2)

 Parameters

vector1

Type: Vector
The first vector.

vector2

Type: Vector
The second vector.

 Return Value

Type: Vector
A vector representing the difference between specified vectors.

 See Also

Vector Members
Vector Class
MindFusion.Charting Namespace