Search
Point3D.add Method
See Also
 






Sums two Point3Ds' coordinates.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static Point3D add (
    Point3D p1,
    Point3D p2
)

 Parameters

p1

The first Point3D.

p2

The second Point3D.

 Return Value

A Point3D containing the sum of the coordinates of the two Point3D instances.

 See Also