Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Modules
Built-in Types

Description

Types defined by Vuo Core, for use in both Vuo Graph Language and C code.

Modules

 VuoList_VuoInteger
 A list of VuoInteger elements.
 
 VuoList_VuoPoint2d
 A list of VuoPoint2d elements.
 
 VuoList_VuoPoint3d
 A list of VuoPoint3d elements.
 
 VuoList_VuoPoint4d
 A list of VuoPoint4d elements.
 
 VuoList_VuoReal
 A list of VuoReal elements.
 
 VuoList_VuoSceneObject
 A list of VuoSceneObject elements.
 
 VuoList_VuoSceneVertices
 A list of VuoSceneVertices elements.
 
 VuoList_VuoString
 A list of VuoString elements.
 
 VuoFileHandle
 A reference to file or pipe opened for reading or writing.
 
 VuoGlContext
 A framebuffer and state for GL rendering.
 
 VuoGlTexture
 A GL texture object.
 
 VuoInteger
 A signed 64-bit integer.
 
 VuoPoint2d
 A floating-point 2-dimensional Cartesian spatial location.
 
 VuoPoint3d
 A floating-point 3-dimensional Cartesian spatial location.
 
 VuoPoint4d
 A floating-point 4-dimensional point.
 
 VuoReal
 A floating-point number.
 
 VuoSceneObject
 A renderable 3D Object.
 
 VuoSceneVertices
 Vertices representing a 3D object.
 
 VuoString
 A zero-terminated UTF-8 string.