OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::viz::Camera Struct Reference

Camera placement (eye, target, up) for a viz view. More...

#include <viz.hpp>

Collaboration diagram for occtl::viz::Camera:

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.
 

Detailed Description

Camera placement (eye, target, up) for a viz view.


The documentation for this struct was generated from the following file: