Home
last modified time | relevance | path

Searched refs:GetProjectionType (Results 1 – 25 of 25) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDCamera.h94 inline ProjectionType GetProjectionType() const { return (ProjectionType) *projection; } in GetProjectionType() function
103 …DEPRECATED(3.05A, GetProjectionType() == FCDCamera::PERSPECTIVE) inline bool IsPerspective() const… in GetProjectionType() function
144 …DEPRECATED(3.05A, GetProjectionType() == FCDCamera::ORTHOGRAPHIC) inline bool IsOrthographic() con… in GetProjectionType() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDCamera.h94 inline ProjectionType GetProjectionType() const { return (ProjectionType) *projection; } in GetProjectionType() function
103 …DEPRECATED(3.05A, GetProjectionType() == FCDCamera::PERSPECTIVE) inline bool IsPerspective() const… in GetProjectionType() function
144 …DEPRECATED(3.05A, GetProjectionType() == FCDCamera::ORTHOGRAPHIC) inline bool IsOrthographic() con… in GetProjectionType() function
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Visualizer/
H A DViewControl.cpp54 if (GetProjectionType() == ProjectionType::Perspective) in SetViewMatrices()
117 if (GetProjectionType() == ProjectionType::Orthogonal) { in ConvertToPinholeCameraParameters()
165 if (GetProjectionType() == ProjectionType::Orthogonal) { in ConvertFromPinholeCameraParameters()
187 ViewControl::ProjectionType ViewControl::GetProjectionType() const in GetProjectionType() function in three::ViewControl
211 if (GetProjectionType() == ProjectionType::Perspective) { in SetProjectionParameters()
H A DViewControlWithCustomAnimation.cpp47 if (GetProjectionType() == ProjectionType::Perspective) { in ChangeFieldOfView()
50 if (GetProjectionType() == ProjectionType::Orthogonal) { in ChangeFieldOfView()
H A DViewControl.h77 ProjectionType GetProjectionType() const;
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Visualizer/
H A DViewControl.cpp54 if (GetProjectionType() == ProjectionType::Perspective) in SetViewMatrices()
117 if (GetProjectionType() == ProjectionType::Orthogonal) { in ConvertToPinholeCameraParameters()
165 if (GetProjectionType() == ProjectionType::Orthogonal) { in ConvertFromPinholeCameraParameters()
187 ViewControl::ProjectionType ViewControl::GetProjectionType() const in GetProjectionType() function in three::ViewControl
211 if (GetProjectionType() == ProjectionType::Perspective) { in SetProjectionParameters()
H A DViewControlWithCustomAnimation.cpp47 if (GetProjectionType() == ProjectionType::Perspective) { in ChangeFieldOfView()
50 if (GetProjectionType() == ProjectionType::Orthogonal) { in ChangeFieldOfView()
H A DViewControl.h77 ProjectionType GetProjectionType() const;
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A DwrapFrustum.cpp60 kwargs.push_back( "projectionType = " + TfPyRepr(self.GetProjectionType())); in _Repr()
143 .add_property( "projectionType", &This::GetProjectionType, in wrapFrustum()
246 .def("GetProjectionType", &This::GetProjectionType) in wrapFrustum()
H A Dfrustum.h305 GfFrustum::ProjectionType GetProjectionType() const { in GetProjectionType() function
H A Dfrustum.cpp184 if (GetProjectionType() == GfFrustum::Perspective) { in GetFOV()
1357 << TfEnum::GetName(TfEnum(f.GetProjectionType())) in operator <<()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXCameraExport.cpp24 switch (camera->GetProjectionType()) in WriteCamera()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/
H A DProjection.h52 inline const ProjectionType& GetProjectionType() const{ return m_projectionType; } in GetProjectionType() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsDynamoDbTableProjection.h100 inline const Aws::String& GetProjectionType() const{ return m_projectionType; } in GetProjectionType() function
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.hpp121 int GetProjectionType () in GetProjectionType() function in Meshing2OCCSurfaces
H A Doccgenmesh.cpp752 if (meshing.GetProjectionType() == PLANESPACE) in OCCMeshSurface()
765 if (meshing.GetProjectionType() == PLANESPACE) in OCCMeshSurface()
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dmodel_viewer_widget.h82 int GetProjectionType() const;
H A Dmovie_grabber_widget.cc160 if (model_viewer_widget_->GetProjectionType() != in Assemble()
H A Dmodel_viewer_widget.cc313 int ModelViewerWidget::GetProjectionType() const { in GetProjectionType() function in colmap::ModelViewerWidget
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.hpp117 int GetProjectionType () in GetProjectionType() function in Meshing2OCCSurfaces
H A Doccgenmesh.cpp662 if (meshing.GetProjectionType() == PLANESPACE) in OCCMeshSurface()
676 if (meshing.GetProjectionType() == PLANESPACE) in OCCMeshSurface()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-graph-verifier.cc42 MachineRepresentation GetProjectionType(Node const* projection) { in GetProjectionType() function in v8::internal::compiler::__anoncf894e2a0111::MachineRepresentationInferrer
108 representation_vector_[node->id()] = GetProjectionType(node); in Run()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-graph-verifier.cc42 MachineRepresentation GetProjectionType(Node const* projection) { in GetProjectionType() function in v8::internal::compiler::__anonc3aedf090111::MachineRepresentationInferrer
117 representation_vector_[node->id()] = GetProjectionType(node); in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-graph-verifier.cc42 MachineRepresentation GetProjectionType(Node const* projection) { in GetProjectionType() function in v8::internal::compiler::__anon7110520f0111::MachineRepresentationInferrer
117 representation_vector_[node->id()] = GetProjectionType(node); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-graph-verifier.cc42 MachineRepresentation GetProjectionType(Node const* projection) { in GetProjectionType() function in v8::internal::compiler::__anonfa2af9d40111::MachineRepresentationInferrer
117 representation_vector_[node->id()] = GetProjectionType(node); in Run()