Cogs.Core
Public Attributes | List of all members
Cogs::Core::MultiphaseFlowComponent::ControlPoint Struct Reference

Public Attributes

glm::vec3 position
 
float radius = 1.f
 
glm::quat rotation
 
glm::vec3 direction
 
FlowFractionData flow
 
float wall = 0.f
 
bool invertedFlow = false
 
float invertedFlowRatio = 0.f
 
bool annularFlow = false
 
float annularFlowRatio = 0.f
 
glm::vec3 rotationUpVector = glm::vec3(0, 1, 0)
 

Detailed Description

Definition at line 73 of file MultiphaseFlowComponent.h.

Member Data Documentation

◆ annularFlow

bool Cogs::Core::MultiphaseFlowComponent::ControlPoint::annularFlow = false

Definition at line 83 of file MultiphaseFlowComponent.h.

◆ annularFlowRatio

float Cogs::Core::MultiphaseFlowComponent::ControlPoint::annularFlowRatio = 0.f

Definition at line 84 of file MultiphaseFlowComponent.h.

◆ direction

glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::direction

Definition at line 78 of file MultiphaseFlowComponent.h.

◆ flow

FlowFractionData Cogs::Core::MultiphaseFlowComponent::ControlPoint::flow

Definition at line 79 of file MultiphaseFlowComponent.h.

◆ invertedFlow

bool Cogs::Core::MultiphaseFlowComponent::ControlPoint::invertedFlow = false

Definition at line 81 of file MultiphaseFlowComponent.h.

◆ invertedFlowRatio

float Cogs::Core::MultiphaseFlowComponent::ControlPoint::invertedFlowRatio = 0.f

Definition at line 82 of file MultiphaseFlowComponent.h.

◆ position

glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::position

Definition at line 75 of file MultiphaseFlowComponent.h.

◆ radius

float Cogs::Core::MultiphaseFlowComponent::ControlPoint::radius = 1.f

Definition at line 76 of file MultiphaseFlowComponent.h.

◆ rotation

glm::quat Cogs::Core::MultiphaseFlowComponent::ControlPoint::rotation

Definition at line 77 of file MultiphaseFlowComponent.h.

◆ rotationUpVector

glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::rotationUpVector = glm::vec3(0, 1, 0)

Definition at line 85 of file MultiphaseFlowComponent.h.

◆ wall

float Cogs::Core::MultiphaseFlowComponent::ControlPoint::wall = 0.f

Definition at line 80 of file MultiphaseFlowComponent.h.


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