|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Camera placement (eye, target, up) for a viz view. More...
#include <viz.hpp>

Public Member Functions | |
| ::occtl_viz_camera_t | to_c () const noexcept |
| Converts to the C value type for passing to the ABI. | |
Static Public Member Functions | |
| static Camera | from_c (const ::occtl_viz_camera_t &theC) noexcept |
| Constructs from the C value type received from the ABI. | |
Public Attributes | |
| Point3 | eye |
| Camera eye point. | |
| Point3 | center |
| Camera target point. | |
| Vector3 | up |
| Camera up vector. | |
Camera placement (eye, target, up) for a viz view.