Searched refs:mathbf (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | raytraversal.adoc | 86 latexmath:[\mathbf{a}] is the axis of rotation from the unnormalized ray 87 direction vector latexmath:[\mathbf{d}] to the axis vector 88 latexmath:[\mathbf{k}]: 92 \mathbf{a} = \begin{cases} 93 …\frac{\mathbf{d} \times \mathbf{k}}{|| \mathbf{d} \times \mathbf{k} ||} & \mathrm{if}\; || \mathbf… 99 \right) & \mathrm{if}\; || \mathbf{d} \times \mathbf{k} || = 0 \\ 104 the angle of rotation about latexmath:[\mathbf{a}] from 105 latexmath:[\mathbf{d}] to latexmath:[\mathbf{k}]: 110 c &= {{\mathbf{d} \cdot \mathbf{k}}\over{||\mathbf{d}||}} \\ 115 latexmath:[\mathbf{k}] is the unit vector: [all …]
|
D | primsrast.adoc | 2895 t = {{( \mathbf{p}_r - \mathbf{p}_a ) \cdot ( \mathbf{p}_b - \mathbf{p}_a )} 2896 \over {\| \mathbf{p}_b - \mathbf{p}_a \|^2 }}
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 55 t = {{( \mathbf{p}_r - \mathbf{p}_a ) \cdot ( \mathbf{p}_b - \mathbf{p}_a )} 56 \over {\| \mathbf{p}_b - \mathbf{p}_a \|^2 }} 140 t = {{( \mathbf{p}_r - \mathbf{p}_a ) \cdot ( \mathbf{p}_b - \mathbf{p}_a )} 141 \over {\| \mathbf{p}_b - \mathbf{p}_a \|^2 }} 924 latexmath:[\mathbf{c} = t \mathbf{c}_1 + (1-t) \mathbf{c}_2.]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 545 * latexmath:[\mathbf{c} = t \mathbf{c}_1 + (1-t) \mathbf{c}_2.] 552 * latexmath:[\mathbf{c} = t \mathbf{c}_1 + (1-t) \mathbf{c}_2. ]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.css | 184 .katex .mathbf {
|
D | katex.min.css | 1 …ly:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_…
|
D | katex.mjs | 4897 const wideLatinLetterData = [["mathbf", "textbf", "Main-Bold"], // A-Z bold upright 4898 ["mathbf", "textbf", "Main-Bold"], // a-z bold upright 4925 const wideNumeralData = [["mathbf", "textbf", "Main-Bold"], // 0-9 bold 5469 return makeSymbol(value, "Main-Bold", mode, options, classes.concat(["mathbf"])); 5526 * corresponding style tags (mathbf or boldsymbol) to use for font "boldsymbol", 5543 fontClass: "mathbf" 5999 "mathbf": { property 6997 } else if (font === "mathbf") { 10526 "\\bold": "\\mathbf", 10533 "\\mathrm", "\\mathit", "\\mathbf", "\\mathnormal", // families [all …]
|
D | katex.min.js | 1 …r?"BoldItalic":"textbf"===e?"Bold":"textit"===e?"Italic":"Regular")},Ht={mathbf:{variant:"bold",fo… property
|