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

Description

VuoPoint2d implementation.

Functions

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