Search
Polygon3D.midPoint Method
See Also
 






Returns the polygon's middle point.

Namespace: MindFusion.Charting.ThreeD
File: Polygon3D.js

 Syntax

JavaScript  Copy Code

function midPoint ()

 Return Value

A Point3D instance representing the middle point.

 See Also