Home
last modified time | relevance | path

Searched defs:startAxis (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dflatten_layer.cpp92 int startAxis = normalize_axis(_startAxis, numAxes); in getMemoryShapes() local
198 int startAxis = normalize_axis(_startAxis, numAxes); in initNgraph() local
H A Dnormalize_bbox_layer.cpp392 int startAxis, endAxis; member in cv::dnn::CV_FINAL
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DRenderService.cpp198 …h::Axis::Type normal, const size_t segments, const float radius, const Vec3f& startAxis, const Vec… in renderCircle()
208 …h::Axis::Type normal, const size_t segments, const float radius, const Vec3f& startAxis, const Vec… in renderFilledCircle()
H A DCircle.cpp44 …size_t segments, const bool filled, const Math::Axis::Type axis, const Vec3f& startAxis, const Vec… in Circle()
H A DRenderUtils.cpp127 …r<float, float> startAngleAndLength(const Math::Axis::Type axis, const Vec3f& startAxis, const Vec… in startAngleAndLength()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DRotateObjectsToolController.cpp131 … Vec3& position, const float radius, const Math::Axis::Type axis, const Vec3& startAxis, const Vec… in AngleIndicatorRenderer()
158 const Vec3 startAxis = (m_start - m_center).normalized(); in renderAngleIndicator() local