Home
last modified time | relevance | path

Searched refs:FOVDirection (Results 1 – 5 of 5) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dcamera.h59 enum FOVDirection { enum
139 FOVDirection direction,
148 float aspectRatio, float orthographicSize, FOVDirection direction);
213 GF_API float GetFieldOfView(FOVDirection direction) const;
H A Dcamera.cpp127 GfCamera::FOVDirection direction, in SetPerspectiveFromAspectRatioAndFieldOfView()
159 float aspectRatio, float orthographicSize, FOVDirection direction) in SetOrthographicFromAspectRatioAndSize()
303 GfCamera::GetFieldOfView(FOVDirection direction) const { in GetFieldOfView()
H A DwrapCamera.cpp111 TfPyWrapEnum<GfCamera::FOVDirection>(); in wrapCamera()
/dports/misc/usd/USD-21.11/pxr/imaging/cameraUtil/
H A DscreenWindowParameters.h46 GfCamera::FOVDirection fitDirection =
H A DscreenWindowParameters.cpp30 const GfCamera &camera, GfCamera::FOVDirection fitDirection) in CameraUtilScreenWindowParameters()