Vuo  2.0.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)
 
VuoTransform2d VuoTransform2d_make (VuoPoint2d translation, VuoReal rotation, VuoPoint2d scale)
 
VuoTransform2d VuoTransform2d_makeFromJson (json_object *js)
 
json_objectVuoTransform2d_getJson (const VuoTransform2d value)
 
char * VuoTransform2d_getSummary (const VuoTransform2d value)
 
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...