We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createTeX returns TeX object
createTeX
let tex = createTeX('\\overrightarrow{F}_{12} = k_e \\frac{q_1 q_2}{r^2}');
object.position(x, y) sets position of the object to (x, y)
object.position(x, y)
(x, y)
object.size(width, height) sets size of the object to (width, height)
object.size(width, height)
(width, height)