Searched defs:ctrls (Results 1 – 7 of 7) sorted by relevance
52 MatrixXd ctrls(8,2); in closed_spline2d() local82 MatrixXd ctrls(8,3); in spline3d() local
325 double ctrls[] = ctrlpts[index]; in getPathIterator() local342 double ctrls[] = ctrlpts[index]; in getPathIterator() local
81 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline()99 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls() function
315 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate() local
200 enum xkb_action_controls ctrls; member238 struct xkb_controls_action ctrls; member277 enum xkb_action_controls ctrls; member
44 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmCompileAllowed() local56 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmInstantiateAllowed() local
1484 def _format_neighbors(self, neighbor_type, non_ctrls, ctrls): argument