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

#include <structs.hpp>

Public Member Functions

 Vec4 ()
 
 Vec4 (float r, float g, float b, float a)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 22 of file structs.hpp.

Constructor & Destructor Documentation

◆ Vec4() [1/2]

Vec4::Vec4 ( )

Definition at line 10 of file structs.cpp.

◆ Vec4() [2/2]

Vec4::Vec4 ( float r,
float g,
float b,
float a )

Definition at line 11 of file structs.cpp.

Member Data Documentation

◆ a

float Vec4::a

Definition at line 23 of file structs.hpp.

◆ b

float Vec4::b

Definition at line 23 of file structs.hpp.

◆ g

float Vec4::g

Definition at line 23 of file structs.hpp.

◆ r

float Vec4::r

Definition at line 23 of file structs.hpp.


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