Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
LineSegment Struct Reference

#include <DrawTypes.hpp>

+ Collaboration diagram for LineSegment:

Public Attributes

Vector3 a
 
Vector3 b
 
Color color
 
float alpha
 

Detailed Description

Definition at line 15 of file DrawTypes.hpp.

Member Data Documentation

◆ a

Vector3 LineSegment::a

Definition at line 16 of file DrawTypes.hpp.

◆ alpha

float LineSegment::alpha

Definition at line 19 of file DrawTypes.hpp.

◆ b

Vector3 LineSegment::b

Definition at line 17 of file DrawTypes.hpp.

◆ color

Color LineSegment::color

Definition at line 18 of file DrawTypes.hpp.


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