Search
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

The first point.

p2

The second point.

 Return Value

A Point3D containing sum of coordinates.

 See Also