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






Sums two points' coordinates.

Namespace: MindFusion.Charting
File: Point3D.js

 Syntax

JavaScript  Copy Code

function add (p1, p2)

 Parameters

p1

Type: Point3D
The first point.

p2

Type: Point3D
The second point.

 Return Value

Type: Point3D
A Point3D containing sum of coordinates.

 See Also

Point3D Members
Point3D Class
MindFusion.Charting Namespace