Sums two points' coordinates.
Namespace: MindFusion.Charting
File: Point3D.js
SyntaxJavaScript
Copy Code
|
|---|
function add (p1, p2) |
Type: Point3D
The first point.
Type: Point3D
The second point.
Type: Point3D
A Point3D containing sum of coordinates.
See Also