KhronosGroup / KhronosGroup/glTF

Poor LaTeX in Appendix C (Interpolation)

Open
#2,419 0 comments 0 reactions 1 assignee Claimed by @lexaknyazev View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.