These structures and functions allow to define and examine the properties of a camera model.
More...
Detailed Description
These structures and functions allow to define and examine the properties of a camera model.
Function Documentation
void lf_camera_destroy |
( |
lfCamera * |
camera | ) |
|
Destroy a lfCamera object.
This is equivalent to C++ "delete camera".
- Parameters:
-
camera | The camera object to destroy. |
- See also:
- lfCamera::~lfCamera
Create a new camera object.
- Returns:
- A new empty camera object.
- See also:
- lfCamera::lfCamera