mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-24 21:29:47 +00:00
Merge pull request #780 from Richard-Yunchao/typo-in-chapter24
Fix a small typo in chapter 24.6.1: Basic Line Segment Rasterization
This commit is contained in:
commit
7985bc1473
@ -770,7 +770,7 @@ t = {{( \mathbf{p}_r - \mathbf{p}_a ) \cdot ( \mathbf{p}_b - \mathbf{p}_a )}
|
||||
\over {\| \mathbf{p}_b - \mathbf{p}_a \|^2 }}
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
(Note that [eq]#t = 0# at [eq]#**p**_a# and [eq]#t = 1# at [eq]#**p**~b~#.
|
||||
(Note that [eq]#t = 0# at [eq]#**p**~a~# and [eq]#t = 1# at [eq]#**p**~b~#.
|
||||
Also note that this calculation projects the vector from [eq]#**p**~a~# to
|
||||
[eq]#**p**~r~# onto the line, and thus computes the normalized distance of
|
||||
the fragment along the line.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user