C++
virtual bool isPerspective() const = 0;
Description
This method returns true if the projection is perspective and false otherwise.
Warning
Do not use isPerspective()when the view is in the interactive state.
virtual bool isPerspective() const = 0;
This method returns true if the projection is perspective and false otherwise.
Do not use isPerspective()when the view is in the interactive state.