Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::DepthAxisData Struct Reference

Public Member Functions

 DepthAxisData (const DepthAxisData &other)=delete
 
 DepthAxisData (const DepthAxisData &&)
 

Public Attributes

std::vector< float > majorTickDepths
 
std::vector< float > minorTickDepths
 
std::vector< glm::vec3 > majorPositions
 
std::vector< glm::vec3 > majorDirections
 
std::vector< glm::vec3 > minorPositions
 
std::vector< glm::vec3 > minorDirections
 
std::vector< std::string > majorTexts
 
std::vector< std::string > minorTexts
 
glm::vec3 currentAxis = glm::vec3(0, 0, 0)
 

Detailed Description

Definition at line 15 of file DepthAxisSystem.h.

Constructor & Destructor Documentation

◆ DepthAxisData()

Cogs::Core::DepthAxisData::DepthAxisData ( const DepthAxisData &&  )
inline

Definition at line 19 of file DepthAxisSystem.h.

Member Data Documentation

◆ currentAxis

glm::vec3 Cogs::Core::DepthAxisData::currentAxis = glm::vec3(0, 0, 0)

Definition at line 32 of file DepthAxisSystem.h.

◆ majorDirections

std::vector<glm::vec3> Cogs::Core::DepthAxisData::majorDirections

Definition at line 25 of file DepthAxisSystem.h.

◆ majorPositions

std::vector<glm::vec3> Cogs::Core::DepthAxisData::majorPositions

Definition at line 24 of file DepthAxisSystem.h.

◆ majorTexts

std::vector<std::string> Cogs::Core::DepthAxisData::majorTexts

Definition at line 29 of file DepthAxisSystem.h.

◆ majorTickDepths

std::vector<float> Cogs::Core::DepthAxisData::majorTickDepths

Definition at line 21 of file DepthAxisSystem.h.

◆ minorDirections

std::vector<glm::vec3> Cogs::Core::DepthAxisData::minorDirections

Definition at line 27 of file DepthAxisSystem.h.

◆ minorPositions

std::vector<glm::vec3> Cogs::Core::DepthAxisData::minorPositions

Definition at line 26 of file DepthAxisSystem.h.

◆ minorTexts

std::vector<std::string> Cogs::Core::DepthAxisData::minorTexts

Definition at line 30 of file DepthAxisSystem.h.

◆ minorTickDepths

std::vector<float> Cogs::Core::DepthAxisData::minorTickDepths

Definition at line 22 of file DepthAxisSystem.h.


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