Vuo  2.3.2
Classes | Functions
VuoTransform2d.h File Reference

Description

VuoTransform2d C type definition.

Definition in file VuoTransform2d.h.

Go to the source code of this file.

Classes

struct  VuoTransform2d
 A 2D transformation (scale, rotation, translation). More...
 

Functions

VuoTransform2d VuoTransform2d_makeIdentity (void)
 Creates a VuoTransform2d with no effect. More...
 
VuoTransform2d VuoTransform2d_make (VuoPoint2d translation, VuoReal rotation, VuoPoint2d scale)
 Creates a VuoTransform2d from translation, rotation (in radians), and scale values. More...
 
VuoTransform2d VuoTransform2d_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoTransform2d_getJson (const VuoTransform2d value)
 Encodes value as a JSON object. More...
 
char * VuoTransform2d_getSummary (const VuoTransform2d value)
 Produces a brief human-readable summary of value. More...
 
VuoPoint2d VuoTransform2d_transform_VuoPoint2d (VuoTransform2d transform, VuoPoint2d point)
 Applies transform to point, using input Z coordinate 0 and discarding the transformed Z coordinate. More...
 
VuoPoint3d VuoTransform2d_transform_VuoPoint3d (VuoTransform2d transform, VuoPoint3d point)
 Applies transform to point. More...
 
static bool VuoTransform2d_isIdentity (const VuoTransform2d transform)
 Returns true if the transform is an identity (i.e., causes no change). More...
 
VuoTransform2d VuoTransform2d_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoTransform2d_getString (const VuoTransform2d value)
 Automatically generated function. More...
 
void VuoTransform2d_retain (VuoTransform2d value)
 Automatically generated function. More...
 
void VuoTransform2d_release (VuoTransform2d value)
 Automatically generated function. More...