KhronosGroup / KhronosGroup/glTF
Poor LaTeX in Appendix C (Interpolation)
Open
specification
- Dominant language
- HTML
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 5
Description
The math formulas in Appendix C should use normal juxtaposition for multiplication, not `*`. And they should use `\sin`, not `sin`, for the sine.
For example
```math
v_t = \frac{\sin(a(1 - t))}{\sin(a)} v_k + s \frac{\sin(at)}{\sin(a)} v_{k+1}
```
not
```math
v_t = \frac{sin(a(1 - t))}{sin(a)} * v_k + s * \frac{sin(at)}{sin(a)} * v_{k+1}
```
Contributor guide
Assessment
This issue has not been assessed yet.