#include <gls_schematic_poly_line_interconnect.h>
|
| 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) |
|
|
float | _leftX |
| Left side X coord in 2D plane.
|
|
float | _leftY |
| Left side Y coord in 2D plane.
|
|
float | _rightX |
| Right side X coord in 2D plane.
|
|
float | _rightY |
| Right side Y coord in 2D plane.
|
|
float | _interconnectU |
| Corresponding U texture coord for interconnect texture.
|
|
float | _flowU |
| Corresponding U texture coord for flow texture.
|
|
helper struct for storing computed verts for interconnect
◆ InterconnectVertex()
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 |
Constructor
- Parameters
-
leftX | Left side X coord in 2D plane. |
leftY | Left side Y coord in 2D plane. |
rightX | Right side X coord in 2D plane. |
rightY | Right side Y coord in 2D plane. |
interconnectU | Corresponding U texture coord for interconnect texture. |
flowU | Corresponding U texture coord for flow texture. |
The documentation for this struct was generated from the following file: