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






Adds two vectors.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function add (vector1, vector2)

 Parameters

vector1

Type: Vector
The first vector.

vector2

Type: Vector
The second vector.

 Return Value

Type: Vector
A vector representing the sum of specified vectors.

 See Also

Vector Members
Vector Class
MindFusion.Charting Namespace