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

#include <structs.hpp>

Public Member Functions

 Vec3 ()
 
 Vec3 (float r, float g, float b)
 

Public Attributes

float r
 
float g
 
float b
 

Detailed Description

Definition at line 16 of file structs.hpp.

Constructor & Destructor Documentation

◆ Vec3() [1/2]

Vec3::Vec3 ( )

Definition at line 7 of file structs.cpp.

◆ Vec3() [2/2]

Vec3::Vec3 ( float r,
float g,
float b )

Definition at line 8 of file structs.cpp.

Member Data Documentation

◆ b

float Vec3::b

Definition at line 17 of file structs.hpp.

◆ g

float Vec3::g

Definition at line 17 of file structs.hpp.

◆ r

float Vec3::r

Definition at line 17 of file structs.hpp.


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