DebugDrawerComponent::CircleData Struct Reference

#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>

+ Inheritance diagram for DebugDrawerComponent::CircleData:

Public Attributes

float circleCompletion
 
VirtualRobot::VisualizationFactory::Color color
 
Eigen::Vector3f direction
 
Eigen::Vector3f position
 
float radius
 
float width
 
- Public Attributes inherited from DebugDrawerComponent::DrawData
bool active
 
std::string layerName
 
std::string name
 
bool update
 Whether an existing visu should be updated. More...
 

Additional Inherited Members

- Public Member Functions inherited from DebugDrawerComponent::DrawData
 DrawData ()
 

Detailed Description

Definition at line 634 of file DebugDrawerComponent.h.

Member Data Documentation

◆ circleCompletion

float circleCompletion

Definition at line 640 of file DebugDrawerComponent.h.

◆ color

◆ direction

Eigen::Vector3f direction

Definition at line 637 of file DebugDrawerComponent.h.

◆ position

Eigen::Vector3f position

Definition at line 636 of file DebugDrawerComponent.h.

◆ radius

float radius

Definition at line 638 of file DebugDrawerComponent.h.

◆ width

float width

Definition at line 639 of file DebugDrawerComponent.h.


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