Search
Camera.getVisibleYRange Method
See Also
 






Note: returns (NaN, NaN) if camera orientation's Y axis is not aligned with the global Y axis.

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

 Syntax

Java  Copy Code

public null getVisibleYRange ()

 Return Value

Point2d instance; on the Y axis from down up, x is the first visible point, y is the last visible point.

 See Also