Search
Vector.addPoint Method
See Also
 






Translates point by a vector.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function addPoint (vector, point)

 Parameters

vector

The vector to add.

point

The reference point.

 Return Value

The translated point.

 See Also