Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
VuoPoint4d.c File Reference

Description

VuoPoint4d implementation.

Functions

VuoPoint4d VuoPoint4d_valueFromString (const char *initializer)
 Parses the C string initializer, expected to contain a comma-separated quadruplet of decimal numbers, to create a new VuoPoint4d.
 
char * VuoPoint4d_stringFromValue (const VuoPoint4d value)
 Serializes value as a C string.
 
char * VuoPoint4d_summaryFromValue (const VuoPoint4d value)
 Same as VuoPoint4d_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.