Search
Polygon3D.normal Method
See Also
 






Gets the polygon's normal vector.

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

 Syntax

Java  Copy Code

public Vector3D normal ()

 Return Value

A Vector3D representing the polygon's normal vector.

 See Also