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

Public Member Functions

 ZipData (const ZipData &other)=delete
 

Public Attributes

std::vector< float > depthList
 
std::vector< float > samples
 
std::vector< glm::vec3 > basePositions
 
std::vector< glm::vec3 > baseDirections
 
std::vector< float > values
 
glm::vec3 axis
 
float radius = 0.0f
 

Detailed Description

Definition at line 17 of file ZipSystem.h.

Member Data Documentation

◆ axis

glm::vec3 Cogs::Core::ZipData::axis

Definition at line 30 of file ZipSystem.h.

◆ baseDirections

std::vector<glm::vec3> Cogs::Core::ZipData::baseDirections

Definition at line 26 of file ZipSystem.h.

◆ basePositions

std::vector<glm::vec3> Cogs::Core::ZipData::basePositions

Definition at line 25 of file ZipSystem.h.

◆ depthList

std::vector<float> Cogs::Core::ZipData::depthList

Definition at line 22 of file ZipSystem.h.

◆ radius

float Cogs::Core::ZipData::radius = 0.0f

Definition at line 31 of file ZipSystem.h.

◆ samples

std::vector<float> Cogs::Core::ZipData::samples

Definition at line 23 of file ZipSystem.h.

◆ values

std::vector<float> Cogs::Core::ZipData::values

Definition at line 28 of file ZipSystem.h.


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