Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoPoint3d.c File Reference

Description

VuoPoint3d implementation.

Functions

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