SOFUS ..
Public Attributes | List of all members
focus_line_t< T > Class Template Reference

#include <sofus_types.hpp>

Inheritance diagram for focus_line_t< T >:
Inheritance graph
[legend]
Collaboration diagram for focus_line_t< T >:
Collaboration graph
[legend]

Public Attributes

sps::point_t< T > focus
 Focal point if not dynamic. More...
 
sps::euler_t< T > euler
 Direction. More...
 
sps::point_t< T > direction
 
time
 Time after which this is valid. More...
 
int dynamic [2]
 Dynamic focusing. More...
 
T * delays
 Vector of delays. More...
 
class focus_line_t< T > * next_focus_line
 

Detailed Description

template<typename T>
class sofus::focus_line_t< T >
Todo:
: Check how list are created in rcu and redefine this properly

Member Data Documentation

◆ delays

T* delays

Vector of delays.

◆ direction

sps::point_t<T> direction

◆ dynamic

int dynamic[2]

Dynamic focusing.

◆ euler

sps::euler_t<T> euler

Direction.

◆ focus

sps::point_t<T> focus

Focal point if not dynamic.

◆ next_focus_line

class focus_line_t< T >* next_focus_line

◆ time

T time

Time after which this is valid.


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