24 #ifndef PXR_IMAGING_CAMERA_UTIL_FRAMING_H
25 #define PXR_IMAGING_CAMERA_UTIL_FRAMING_H
108 bool operator==(
const CameraUtilFraming& other)
const;
111 bool operator!=(
const CameraUtilFraming& other)
const;
131 float cameraAspectRatio,
GfRange2f displayWindow
The display window.
CAMERAUTIL_API GfMatrix4d ApplyToProjectionMatrix(const GfMatrix4d &projectionMatrix, CameraUtilConformWindowPolicy windowPolicy) const
CAMERAUTIL_API GfRange2f ComputeFilmbackWindow(float cameraAspectRatio, CameraUtilConformWindowPolicy windowPolicy) const
CAMERAUTIL_API bool operator==(const CameraUtilFraming &other) const
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
CAMERAUTIL_API bool operator!=(const CameraUtilFraming &other) const
CAMERAUTIL_API bool IsValid() const
Is display and data window non-empty.
CAMERAUTIL_API CameraUtilFraming()