2D_Game_Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PointVertex Struct Reference

#include <structs.hpp>

Public Member Functions

 PointVertex ()
 
 PointVertex (Vec2 pos, Vec4 color, float border, int layer)
 

Public Attributes

Vec2 pos
 
Vec4 color
 
float border
 
int layer
 

Detailed Description

Definition at line 47 of file structs.hpp.

Constructor & Destructor Documentation

◆ PointVertex() [1/2]

PointVertex::PointVertex ( )

Definition at line 19 of file structs.cpp.

◆ PointVertex() [2/2]

PointVertex::PointVertex ( Vec2 pos,
Vec4 color,
float border,
int layer )

Definition at line 20 of file structs.cpp.

Member Data Documentation

◆ border

float PointVertex::border

Definition at line 50 of file structs.hpp.

◆ color

Vec4 PointVertex::color

Definition at line 49 of file structs.hpp.

◆ layer

int PointVertex::layer

Definition at line 51 of file structs.hpp.

◆ pos

Vec2 PointVertex::pos

Definition at line 48 of file structs.hpp.


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