GL Studio C++ Runtime API
GlsSchematicPolyLineInterconnect::InterconnectVertex Struct Reference

#include <gls_schematic_poly_line_interconnect.h>

Public Member Functions

 InterconnectVertex (const float leftX=0.0f, const float leftY=0.0f, const float rightX=0.0f, const float rightY=0.0f, const float interconnectU=0.0f, const float flowU=0.0f)
 

Public Attributes

float _leftY
 
float _rightY
 
float _interconnectU
 
float _flowU
 

Detailed Description

helper struct for storing computed verts for interconnect

Constructor & Destructor Documentation

InterconnectVertex ( const float  leftX = 0.0f,
const float  leftY = 0.0f,
const float  rightX = 0.0f,
const float  rightY = 0.0f,
const float  interconnectU = 0.0f,
const float  flowU = 0.0f 
)
inline

ctor

Member Data Documentation

float _flowU

corresponding U texture coord for flow texture

float _interconnectU

corresponding U texture coord for interconnect texture

float _leftY

left side coord in 2D plane

float _rightY

left side coord in 2D plane


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