Работа над документацией по библиотеке

This commit is contained in:
Andrey Pokidov 2026-04-01 20:44:49 +07:00
parent 8ba075b557
commit e2bf8d28a8
17 changed files with 233 additions and 69 deletions

View file

@ -31,7 +31,7 @@ destination->z = source->z;
| destination | out | A pointer to a vector to set coordinate values from *source* |
| source | in | A pointer to a vector which coordinates will be copied to *destination* |
The **source** and **destination** parameters must be valid pointers. The NULL (0) value is also considered invalid.
The *source* and *destination* parameters must be valid pointers. The NULL (0) value is also considered invalid.
### Example