Search
Camera.getVisibleXRange Method
See Also
 






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

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

 Syntax

Java  Copy Code

public null getVisibleXRange ()

 Return Value

Point2d instance; on the X axis from left to right, x is the first visible point, y is the last visible point.

 See Also