#include <ContainerInterfaces.h>
Data Fields | |
| struct { | |
| float x | |
| float y | |
| }; | |
| Value names used when accessing as a position. | |
| struct { | |
| float a | |
| float b | |
| }; | |
| Value names used when accessing as a generic pair. | |
| struct { | |
| float scale | |
| float offset | |
| }; | |
| Value names used when using GUI relative/pixel positioning. | |
| float | val [2] |
| A convenience name useful for then an implementation expects a pair as a float* to a float[2] array. | |
| struct { ... } |
Value names used when accessing as a position.
| struct { ... } |
Value names used when accessing as a generic pair.
| struct { ... } |
Value names used when using GUI relative/pixel positioning.
| float DigitalSpaces::out_Pairf::val[2] |
A convenience name useful for then an implementation expects a pair as a float* to a float[2] array.
1.5.6