Cogs.Core
|
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) |
Definition at line 73 of file MultiphaseFlowComponent.h.
bool Cogs::Core::MultiphaseFlowComponent::ControlPoint::annularFlow = false |
Definition at line 83 of file MultiphaseFlowComponent.h.
float Cogs::Core::MultiphaseFlowComponent::ControlPoint::annularFlowRatio = 0.f |
Definition at line 84 of file MultiphaseFlowComponent.h.
glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::direction |
Definition at line 78 of file MultiphaseFlowComponent.h.
FlowFractionData Cogs::Core::MultiphaseFlowComponent::ControlPoint::flow |
Definition at line 79 of file MultiphaseFlowComponent.h.
bool Cogs::Core::MultiphaseFlowComponent::ControlPoint::invertedFlow = false |
Definition at line 81 of file MultiphaseFlowComponent.h.
float Cogs::Core::MultiphaseFlowComponent::ControlPoint::invertedFlowRatio = 0.f |
Definition at line 82 of file MultiphaseFlowComponent.h.
glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::position |
Definition at line 75 of file MultiphaseFlowComponent.h.
float Cogs::Core::MultiphaseFlowComponent::ControlPoint::radius = 1.f |
Definition at line 76 of file MultiphaseFlowComponent.h.
glm::quat Cogs::Core::MultiphaseFlowComponent::ControlPoint::rotation |
Definition at line 77 of file MultiphaseFlowComponent.h.
glm::vec3 Cogs::Core::MultiphaseFlowComponent::ControlPoint::rotationUpVector = glm::vec3(0, 1, 0) |
Definition at line 85 of file MultiphaseFlowComponent.h.
float Cogs::Core::MultiphaseFlowComponent::ControlPoint::wall = 0.f |
Definition at line 80 of file MultiphaseFlowComponent.h.