opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
osc::ArrowProperties Struct Referencefinal

#include <scene_helpers.h>

Collaboration diagram for osc::ArrowProperties:
[legend]

Public Attributes

Vector3 start {}
 
Vector3 end {}
 
float tip_length {}
 
float neck_thickness {}
 
float head_thickness {}
 
Color color = Color::black()
 
SceneDecorationFlags decoration_flags = SceneDecorationFlag::Default
 

Member Data Documentation

◆ color

Color osc::ArrowProperties::color = Color::black()

◆ decoration_flags

SceneDecorationFlags osc::ArrowProperties::decoration_flags = SceneDecorationFlag::Default

◆ end

Vector3 osc::ArrowProperties::end {}

◆ head_thickness

float osc::ArrowProperties::head_thickness {}

◆ neck_thickness

float osc::ArrowProperties::neck_thickness {}

◆ start

Vector3 osc::ArrowProperties::start {}

◆ tip_length

float osc::ArrowProperties::tip_length {}

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