Search
Camera.setSnapSpeed Method
See Also
 






Sets the Camera's snap speed.

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

 Syntax

Java  Copy Code

public Camera setSnapSpeed (
    double snapSpeed
)

 Parameters

snapSpeed

The Camera's speed when snapping back to the default orientation, in radians per second. Only non-negative values allowed. A value of 0 results in the Camera's snap-back feature being disabled (without removing the respective camera policy).

 Return Value

This Camera instance.

 See Also