Structures and functions for camera mounts
These structures and functions allow to define and examine the properties of camera mounts.
More...
Detailed Description
These structures and functions allow to define and examine the properties of camera mounts.
Function Documentation
cbool lf_mount_check |
( |
lfMount * |
mount |
) |
|
void lf_mount_destroy |
( |
lfMount * |
mount |
) |
|
Destroy a lfMount object.
This is equivalent to C++ "delete mount".
- Parameters:
-
| mount | The mount object to destroy. |
- See also:
- lfMount::~lfMount()