Translates point by a vector.
Namespace: MindFusion.Charting
File: Vector.js
SyntaxJavaScript
Copy Code
|
|---|
function addPoint (vector, point) |
Type: Vector
The vector to add.
Type: Point
The reference point.
Type: Point
The translated point.
See Also