Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCamera::getProjection Method
Syntax
C++
void getProjection(Camera::Projection& type, double& oblique_y_skew, double& oblique_x_skew) const;

Returns the camera's current projection. The camera projection is defined by the projection type and oblique skews in horizontal and vertical directions. The method fills the passed values with the current type of projection and obligue skew values and returns them to a calling subroutine. 

 

Parameters
Description
type
[out] A placeholder for the camera projection type.
oblique_y_skew
[out] A placeholder for the vertical oblique skew value.
oblique_x_skew
[out] A placeholder for the horizontal skew.
Copyright © 2002-2022. Open Design Alliance All rights reserved.