unlogic
Loading...
Searching...
No Matches
unlogic::Shape Class Reference

#include <Shape.h>

Inheritance diagram for unlogic::Shape:
unlogic::Plot2d unlogic::Rect

Public Member Functions

std::vector< Vertex > constGetVertices () const
 

Protected Attributes

Color color = Color::Green
 
std::vector< Vertexvertices
 

Detailed Description

Definition at line 10 of file Shape.h.

Member Function Documentation

◆ GetVertices()

std::vector< Vertex > const & unlogic::Shape::GetVertices ( ) const
inline

Definition at line 17 of file Shape.h.

Member Data Documentation

◆ color

Color unlogic::Shape::color = Color::Green
protected

Definition at line 13 of file Shape.h.

◆ vertices

std::vector<Vertex> unlogic::Shape::vertices
protected

Definition at line 14 of file Shape.h.


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