style fixes

This commit is contained in:
BlackMATov
2021-01-30 02:07:14 +07:00
parent 0e5692bdd0
commit 006bd47ae6
5 changed files with 43 additions and 70 deletions

View File

@@ -58,7 +58,7 @@ Most functions and types are based on the HLSL ([High-Level Shading Language for
- [Matrix Types](#Matrix-Types)
- [Vector Operators](#Vector-Operators)
- [Matrix Operators](#Matrix-Operators)
- [Angle and Trigonometry Functions](#Angle-and-Trigonometry-Functions)
- [Angle and Trigonometric Functions](#Angle-and-Trigonometric-Functions)
- [Exponential Functions](#Exponential-Functions)
- [Common Functions](#Common-Functions)
- [Geometric Functions](#Geometric-Functions)
@@ -743,7 +743,7 @@ template < typename T, size_t Size >
constexpr bool operator<(const mat<T, Size>& xs, const mat<T, Size>& ys);
```
### Angle and Trigonometry Functions
### Angle and Trigonometric Functions
#### Scalar