From 13d6443b10f1f6896c26a48826f782214e708e65 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 1 Aug 2020 19:01:45 -0300 Subject: Text bug fix and documentation update New fancy [PSP-UFU website](https://thales1330.github.io/PSP/) and [changelog](https://thales1330.github.io/PSP/blog) using [docusaurus](https://v2.docusaurus.io/); Text element performance improved for OpenGL render; Major text bug on copy fixed --- docs/9352a2dc.d2706de9.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/9352a2dc.d2706de9.js (limited to 'docs/9352a2dc.d2706de9.js') diff --git a/docs/9352a2dc.d2706de9.js b/docs/9352a2dc.d2706de9.js new file mode 100644 index 0000000..e9c5b8a --- /dev/null +++ b/docs/9352a2dc.d2706de9.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{123:function(e,t,n){"use strict";var r=n(0),o=n(20);t.a=function(){const e=Object(r.useContext)(o.a);if(null===e)throw new Error("Docusaurus context not provided");return e}},124:function(e,t,n){"use strict";n.d(t,"a",(function(){return p})),n.d(t,"b",(function(){return m}));var r=n(0),o=n.n(r);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var s=o.a.createContext({}),l=function(e){var t=o.a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},p=function(e){var t=l(e.components);return o.a.createElement(s.Provider,{value:t},e.children)},d={inlineCode:"code",wrapper:function(e){var t=e.children;return o.a.createElement(o.a.Fragment,{},t)}},f=o.a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,i=e.parentName,s=u(e,["components","mdxType","originalType","parentName"]),p=l(n),f=r,m=p["".concat(i,".").concat(f)]||p[f]||d[f]||a;return n?o.a.createElement(m,c(c({ref:t},s),{},{components:n})):o.a.createElement(m,c({ref:t},s))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,i=new Array(a);i[0]=f;var c={};for(var u in t)hasOwnProperty.call(t,u)&&(c[u]=t[u]);c.originalType=e,c.mdxType="string"==typeof e?e:r,i[1]=c;for(var s=2;sfunction(e,t,n,{forcePrependBaseUrl:r=!1,absolute:a=!1}={}){if(!n)return n;if(n.startsWith("#"))return n;if(Object(o.b)(n))return n;if(r)return t+n;const i=!n.startsWith(t)?t+n.replace(/^\//,""):n;return a?e+i:i}(t,e,n,r)}}function i(e,t={}){const{withBaseUrl:n}=a();return n(e,t)}},126:function(e,t,n){"use strict";function r(e){return!0===/^(\w*:|\/\/)/.test(e)}function o(e){return void 0!==e&&!r(e)}n.d(t,"b",(function(){return r})),n.d(t,"a",(function(){return o}))},89:function(e,t,n){"use strict";n.r(t),n.d(t,"frontMatter",(function(){return c})),n.d(t,"metadata",(function(){return u})),n.d(t,"rightToc",(function(){return s})),n.d(t,"default",(function(){return p}));var r=n(2),o=n(6),a=(n(0),n(124)),i=n(125),c={id:"gain",title:"Ganho",sidebar_label:"Ganho"},u={unversionedId:"gain",id:"gain",isDocsHomePage:!1,title:"Ganho",description:"O bloco de ganho multiplica o valor de entrada por uma constante definida pelo usu\xe1rio, possuindo comportamento id\xeantico \xe0 combina\xe7\xe3o de uma constante e um bloco multiplicador.",source:"@site/docs\\gain.md",permalink:"/PSP/docs/gain",editUrl:"https://github.com/Thales1330/PSP/tree/master/docusaurus/docs/gain.md",sidebar_label:"Ganho",sidebar:"docs",previous:{title:"Constante",permalink:"/PSP/docs/const"},next:{title:"Express\xe3o Matem\xe1tica",permalink:"/PSP/docs/mathExpression"}},s=[],l={rightToc:s};function p(e){var t=e.components,n=Object(o.a)(e,["components"]);return Object(a.b)("wrapper",Object(r.a)({},l,n,{components:t,mdxType:"MDXLayout"}),Object(a.b)("link",{rel:"stylesheet",href:Object(i.a)("katex/katex.min.css")}),Object(a.b)("p",null,"O bloco de ganho multiplica o valor de entrada por uma constante definida pelo usu\xe1rio, possuindo comportamento id\xeantico \xe0 combina\xe7\xe3o de uma ",Object(a.b)("a",Object(r.a)({parentName:"p"},{href:"const"}),"constante")," e um bloco ",Object(a.b)("a",Object(r.a)({parentName:"p"},{href:"multiplier"}),"multiplicador"),"."),Object(a.b)("p",null,"Esse valor de ganho permanece fixo durante todo o tempo de simula\xe7\xe3o e \xe9 identificado no elemento gr\xe1fico exibido no editor de elementos de controle."))}p.isMDXComponent=!0}}]); \ No newline at end of file -- cgit