Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 99343d1

Browse files
committed
Fix documentation for direction normalization
1 parent dffa709 commit 99343d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/api/kln::direction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Create a normalized direction.
5555
Normalize this direction by dividing all components by the square magnitude
5656

5757
!!! tip
58-
Point normalization divides the coordinates by the quantity
58+
Direction normalization divides the coordinates by the quantity
5959
a^2 + b^2 + c^2. This is done using the `rcpps` instruction with a
6060
maximum relative error of $1.5\times 2^{-12}$.
6161

docs/roadmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## Items needed for a 1.0 release
22

33
- Provide a fallback for SSE2 in case SSE4.1 isn't available
4-
- Sandwich operator for lines
54
- Tutorial
65
- Sample code

0 commit comments

Comments
 (0)