API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdBaseCameraMotion Class > OdBaseCameraMotion Methods > OdBaseCameraMotion::getFov Method
OdBaseCameraMotion::getFov Method
Syntax
C++
virtual bool getFov(double& size);
Parameters 
Description 
double& size 
[out] A placeholder for the camera field of view angle.  

Returns true if the camera's field of view should be taken into account during the animation; otherwise returns false.

Returns the current field of view angle of the camera. The method fills a passed value with the field of view angle then returns it to a calling subroutine.

This method should be re-implemented and return true if you want to handle the camera field of view during the animation. Default implementation returns false.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.