Search
Vector.add Method
See Also
 






Adds two vectors.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function add (vector1, vector2)

 Parameters

vector1

The first vector.

vector2

The second vector.

 Return Value

A vector representing the sum of specified vectors.

 See Also