Работа над документацией по библиотеке
This commit is contained in:
parent
8ba075b557
commit
e2bf8d28a8
17 changed files with 233 additions and 69 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue