Euphoria
eu::core::LinePoint Struct Reference

#include <lines.h>

Public Member Functions

 LinePoint (const vec3f &p, const Rgb &c)
 

Public Attributes

vec3f point
 
Rgb color
 

Detailed Description

Definition at line 11 of file lines.h.

Constructor & Destructor Documentation

◆ LinePoint()

eu::core::LinePoint::LinePoint ( const vec3f p,
const Rgb c 
)

Definition at line 7 of file lines.cc.

Member Data Documentation

◆ color

Rgb eu::core::LinePoint::color

Definition at line 14 of file lines.h.

◆ point

vec3f eu::core::LinePoint::point

Definition at line 13 of file lines.h.


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